update gc to 8.2.4, fix date errors

This commit is contained in:
h30032433 2023-10-08 14:42:23 +08:00 committed by huyubiao
parent 97a184e059
commit f7eae02d0c
4 changed files with 7 additions and 4 deletions

View File

@ -38,7 +38,7 @@ index b4457c1..5826ad5 100644
+# define LOONGARCH64
+# define mach_type_known
+# endif
# if defined(mips) || defined(__mips) || defined(_mips)
# if (defined(mips) || defined(__mips) || defined(_mips)) && !defined(__TANDEM)
# define MIPS
# if defined(nec_ews) || defined(_nec_ews)
@@ -518,6 +526,10 @@ EXTERN_C_BEGIN

Binary file not shown.

BIN
gc-8.2.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: gc
Version: 8.2.2
Version: 8.2.4
Release: 1
Summary: A garbage collector for C and C++
License: BSD and GPLv1+
Url: http://www.hboehm.info/gc/
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz
Source0: https://github.com/ivmai/bdwgc/releases/download/v%{version}/gc-%{version}.tar.gz
Patch1: gc-8.0.6-sw.patch
Patch2: 0001-add-loongarch-architecture.patch
@ -75,10 +75,13 @@ make check
%changelog
* Sun Oct 8 2023 huyubiao <huyubiao@huawei.com> - 8.2.4-1
- Update gc to 8.2.4
* Thu Feb 2 2023 huyubiao <huyubiao@huawei.com> - 8.2.2-1
- Update gc to 8.2.2
* Tue Nov 21 2022 doupengda <doupengda@loongson.cn> - 8.0.6-4
* Mon Nov 21 2022 doupengda <doupengda@loongson.cn> - 8.0.6-4
- add loongarch64 support
* Mon Nov 14 2022 wuzx<wuzx1226@qq.com> - 8.0.6-3