!93 add sw_64 support

From: @hailianguniontech 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2025-03-04 07:06:46 +00:00 committed by Gitee
commit b684ba0354
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1023 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: libffi Name: libffi
Version: 3.4.4 Version: 3.4.4
Release: 3 Release: 4
Summary: A Portable Foreign Function Interface Library Summary: A Portable Foreign Function Interface Library
License: MIT License: MIT
URL: http://sourceware.org/libffi URL: http://sourceware.org/libffi
@ -10,6 +10,7 @@ Source2: ffitarget-multilib.h
Patch0: backport-Fix-signed-vs-unsigned-comparison.patch Patch0: backport-Fix-signed-vs-unsigned-comparison.patch
Patch1: fix-AARCH64EB-support.patch Patch1: fix-AARCH64EB-support.patch
Patch2: libffi-Add-sw64-architecture.patch
BuildRequires: gcc gcc-c++ dejagnu BuildRequires: gcc gcc-c++ dejagnu
BuildRequires: make BuildRequires: make
@ -56,6 +57,7 @@ The help package contains man files.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
%configure \ %configure \
@ -99,6 +101,9 @@ fi
%{_infodir}/libffi.info.gz %{_infodir}/libffi.info.gz
%changelog %changelog
* Fri Feb 28 2025 mahailiang <mahailiang@uniontech.com> - 3.4.4-4
- add sw_64 support
* Thu May 25 2023 shixin <shixin21@huawei.com> - 3.4.4-3 * Thu May 25 2023 shixin <shixin21@huawei.com> - 3.4.4-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA