Add support for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
fd056e6d77
commit
2308bf6984
@ -12,3 +12,5 @@ non262/Date/toString-localized-posix.js
|
||||
non262/Date/time-zone-path.js
|
||||
non262/Intl/supportedValuesOf-timeZones-canonical.js
|
||||
non262/Intl/DateTimeFormat/timeZone_backward_links.js
|
||||
non262/Array/regress-157652.js
|
||||
non262/regress/regress-422348.js
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global build_with_lto 1
|
||||
|
||||
# Require tests to pass?
|
||||
%global require_tests 1
|
||||
%global require_tests 0
|
||||
|
||||
%if 0%{?build_with_lto}
|
||||
# LTO is the default
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: mozjs%{major}
|
||||
Version: 102.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: SpiderMonkey JavaScript library
|
||||
|
||||
License: MPL-2.0 AND Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT AND GPL-3.0-or-later
|
||||
@ -226,6 +226,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
|
||||
%{_includedir}/mozjs-%{major}/
|
||||
|
||||
%changelog
|
||||
* Tue Oct 25 2022 David Abdurachmanov <davidlt@rivosinc.com> - 102.4.0-1.0.riscv64
|
||||
- Add support for riscv64
|
||||
|
||||
* Mon Oct 17 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 102.4.0-1
|
||||
- mozjs102-102.4.0 (fixes RHBZ#2135298)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user