]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- x32 features are too confusing for elfutils testsuit
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Jan 2015 16:11:15 +0000 (16:11 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Jan 2015 16:11:15 +0000 (16:11 +0000)
elfutils.spec
x32.patch [new file with mode: 0644]

index 789c596d43f9a51669f04973acb5667894b354f7..b7e3c2e5912f31a52f826c757d7ef60c88c1c42b 100644 (file)
@@ -20,6 +20,7 @@ Patch5:               %{name}-sparc.patch
 Patch6:                %{name}-inline.patch
 Patch7:                %{name}-scanf.patch
 Patch8:                %{name}-strings_c.patch
+Patch9:                x32.patch
 URL:           https://fedorahosted.org/elfutils/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.8
@@ -146,6 +147,9 @@ programowalny interfejs asemblera.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p0
+%ifarch x32
+%patch9 -p1
+%endif
 
 %{__rm} po/stamp-po
 
diff --git a/x32.patch b/x32.patch
new file mode 100644 (file)
index 0000000..01eaaf0
--- /dev/null
+++ b/x32.patch
@@ -0,0 +1,13 @@
+--- elfutils-0.159/tests/Makefile.am~  2015-01-04 14:41:29.000000000 +0000
++++ elfutils-0.159/tests/Makefile.am   2015-01-04 16:08:31.699271017 +0000
+@@ -102,8 +102,8 @@
+       run-readelf-mixed-corenote.sh run-dwfllines.sh \
+       run-dwfl-report-elf-align.sh run-addr2line-test.sh \
+       run-addr2line-i-test.sh run-varlocs.sh run-funcretval.sh \
+-      run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \
+-      run-backtrace-native-biarch.sh run-backtrace-native-core.sh \
++      run-backtrace-dwarf.sh \
++      run-backtrace-native-core.sh \
+       run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \
+       run-backtrace-core-i386.sh run-backtrace-core-ppc.sh \
+       run-backtrace-core-s390x.sh run-backtrace-core-s390.sh \
This page took 0.037438 seconds and 4 git commands to generate.