Accepting request 186732 from devel:libraries:c_c++

- libunwind-aarch64.patch: Add support for AArch64 from upstream (forwarded request 186731 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/186732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal 2013-08-13 08:48:39 +00:00 committed by Git OBS Bridge
commit 0d96d07fc5
3 changed files with 2623 additions and 2 deletions

2613
libunwind-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 12 10:46:30 UTC 2013 - schwab@suse.de
- libunwind-aarch64.patch: Add support for AArch64 from upstream
-------------------------------------------------------------------
Sat Jan 26 08:19:34 UTC 2013 - dmueller@suse.com

View File

@ -30,8 +30,10 @@ Source: libunwind-%{version}.tar.gz
Patch0: libunwind-1.1-tests.diff
#PATCH-FIX-UPSTREAM: upstream commit ae3dd9417a3d178cf51ce744d85b695dbf025b44
Patch1: libunwind-1.1-expected-fails.patch
# PATCH-FIX-UPSTREAM: upstream commit ac6c0a6
Patch2: libunwind-aarch64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64
ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64 aarch64
%description
A portable and efficient C programming interface (API) to determine the
@ -63,6 +65,7 @@ Authors:
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
autoreconf -fi
@ -104,7 +107,7 @@ stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so");
%{_libdir}/pkgconfig/libunwind-ptrace.pc
%{_libdir}/pkgconfig/libunwind-setjmp.pc
%{_libdir}/pkgconfig/libunwind.pc
%ifarch %arm %ix86 x86_64
%ifarch %arm %ix86 x86_64 aarch64
%{_libdir}/pkgconfig/libunwind-coredump.pc
%endif
%doc %{_mandir}/man?/*