Unnecessary change to RISC-V macros in GCC requires change in luaconf.h.
This commit is contained in:
parent
29f29bee30
commit
ebaf4c0957
5
lua.spec
5
lua.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: lua
|
Name: lua
|
||||||
Version: %{major_version}.4
|
Version: %{major_version}.4
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Powerful light-weight programming language
|
Summary: Powerful light-weight programming language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -220,6 +220,9 @@ install -Dpm 0644 %{SOURCE1000} $RPM_BUILD_ROOT/%{macrosdir}/macros.lua
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 2 2018 Richard W.M. Jones <rjones@redhat.com> - 5.3.4-8
|
||||||
|
- Unnecessary change to RISC-V macros in GCC requires change in luaconf.h.
|
||||||
|
|
||||||
* Mon Dec 4 2017 Tom Callaway <spot@fedoraproject.org> - 5.3.4-7
|
* Mon Dec 4 2017 Tom Callaway <spot@fedoraproject.org> - 5.3.4-7
|
||||||
- fix pkgconfig provides (bz1519921)
|
- fix pkgconfig provides (bz1519921)
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
#include "luaconf-mipsel.h"
|
#include "luaconf-mipsel.h"
|
||||||
#elif defined(__mips)
|
#elif defined(__mips)
|
||||||
#include "luaconf-mips.h"
|
#include "luaconf-mips.h"
|
||||||
#elif defined(__riscv__)
|
#elif defined(__riscv)
|
||||||
#include "luaconf-riscv64.h"
|
#include "luaconf-riscv64.h"
|
||||||
#else
|
#else
|
||||||
#error "The lua-devel package is not usable with the architecture."
|
#error "The lua-devel package is not usable with the architecture."
|
||||||
|
Loading…
Reference in New Issue
Block a user