Unnecessary change to RISC-V macros in GCC requires change in luaconf.h.

This commit is contained in:
Richard W.M. Jones 2018-01-02 15:59:24 +00:00
parent 29f29bee30
commit ebaf4c0957
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@
Name: lua
Version: %{major_version}.4
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
@ -220,6 +220,9 @@ install -Dpm 0644 %{SOURCE1000} $RPM_BUILD_ROOT/%{macrosdir}/macros.lua
%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
- fix pkgconfig provides (bz1519921)

View File

@ -52,7 +52,7 @@
#include "luaconf-mipsel.h"
#elif defined(__mips)
#include "luaconf-mips.h"
#elif defined(__riscv__)
#elif defined(__riscv)
#include "luaconf-riscv64.h"
#else
#error "The lua-devel package is not usable with the architecture."