add riscv64 support
This commit is contained in:
parent
e6292a4276
commit
cf2948003a
10772
add-riscv-support.patch
Normal file
10772
add-riscv-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: luajit
|
||||
Version: 2.1.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Just-In-Time Compiler for Lua
|
||||
License: MIT
|
||||
URL: http://luajit.org/
|
||||
@ -12,7 +12,8 @@ Source0: http://luajit.org/download/LuaJIT-2.1.0-beta3.tar.gz
|
||||
# git diff v2.1.0-beta3..v2.1 > luajit-2.1-update.patch
|
||||
Patch0001: luajit-2.1-224129a-update.patch
|
||||
Patch0002: 0002-luajit-add-secure-compile-option-fstack.patch
|
||||
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64
|
||||
Patch0003: add-riscv-support.patch
|
||||
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 riscv64
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -76,6 +77,9 @@ ln -s luajit-2.1.0-beta3 %{buildroot}%{_bindir}/luajit
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 2.1.0-7
|
||||
- add riscv64 support
|
||||
|
||||
* Mon May 15 2023 xu_ping <707078654@qq.com> - 2.1.0-6
|
||||
- Update upstream commit
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user