Add sw_64 support

(cherry picked from commit a2f35aa821319e0419b31bb8a6f63b9e58f7c4b6)
This commit is contained in:
zhangshaoning 2025-03-03 14:07:41 +08:00 committed by openeuler-sync-bot
parent 8c05a3d8a5
commit 57a33ab3ce
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -Naur a/RULES/MKLINKS b/RULES/MKLINKS
--- a/RULES/MKLINKS 2018-11-15 07:19:51.000000000 +0800
+++ b/RULES/MKLINKS 2024-12-12 15:55:05.771844486 +0800
@@ -464,6 +464,8 @@
$symlink bepc-haiku-cc.rul x86_64-haiku-cc.rul
$symlink bepc-haiku-gcc.rul x86_64-haiku-gcc.rul
$symlink alpha-openvms-cc.rul alphaserver_ds20_500_mhz-openvms-cc.rul
+$symlink x86_64-linux-cc.rul sw_64-linux-cc.rul
+$symlink x86_64-linux-gcc.rul sw_64-linux-gcc.rul
$symlink rs6000-aix-cc.rul rs6000-aix-cc32.rul
$symlink rs6000-aix-cc.rul rs6000-aix-cc64.rul
$symlink rs6000-aix-gcc.rul rs6000-aix-gcc32.rul

View File

@ -8,7 +8,7 @@
Name: star
Version: 1.6
Release: 9
Release: 10
Summary: An archiver supports ACL
License: CDDL-1.0
URL: http://freecode.com/projects/%{name}
@ -19,6 +19,7 @@ Patch1: star-1.5.2-bufferoverflow.patch
Patch2: star-1.6-manpagereferences.patch
Patch3: star-1.5.2-use-ssh-by-default.patch
Patch4: bugfix-star-rmt-add-authority.patch
Patch5: 0100-star-uos-add-sw64-support.patch
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel e2fsprogs-devel
Provides: scpio = %{version}-%{release} spax = %{version}-%{release} rmt = %{version}-%{release}
@ -139,6 +140,9 @@ fi
%{_mandir}/man1/rmt.*
%changelog
* Mon Mar 03 2025 zhangshaoning <zhangshaoning@uniontech.com> - 1.6-10
- Add sw_64 support
* Wed Oct 9 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.6-9
- DESC:Check whether the lcap compilation option needs to be added.