diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-12 16:07:51 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-12 16:07:51 -0600 |
commit | c9a8fef513daf0ee7f47f359b14096f9ed4932bb (patch) | |
tree | 224c268335329710cbc4c180a618f2e8362f3097 /system/binutils/remove-pr19553c-test.patch | |
parent | 47b9d3480f3c77d86475e0bd1bd0d8fa1e5c9024 (diff) | |
download | packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.gz packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.bz2 packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.xz packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.zip |
system/binutils: import from aports with Adelie 2.29
Diffstat (limited to 'system/binutils/remove-pr19553c-test.patch')
-rw-r--r-- | system/binutils/remove-pr19553c-test.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/binutils/remove-pr19553c-test.patch b/system/binutils/remove-pr19553c-test.patch new file mode 100644 index 000000000..7e5b76ab0 --- /dev/null +++ b/system/binutils/remove-pr19553c-test.patch @@ -0,0 +1,14 @@ +This test requires symbol versioning which the musl libc does not support. + +--- binutils-2.29/ld/testsuite/ld-elf/indirect.exp.old 2017-07-04 08:43:21.000000000 +0000 ++++ binutils-2.29/ld/testsuite/ld-elf/indirect.exp 2017-08-19 05:00:13.086002872 +0000 +@@ -186,9 +186,6 @@ + {"Run with libpr19553b.so" + "-Wl,--no-as-needed tmpdir/libpr19553b.so tmpdir/libpr19553d.so -Wl,-rpath-link,." "" + {pr19553a.c} "pr19553b" "pr19553b.out"} +- {"Run with libpr19553c.so" +- "-Wl,--no-as-needed tmpdir/libpr19553c.so tmpdir/libpr19553b.so tmpdir/libpr19553d.so" "" +- {pr19553a.c} "pr19553c" "pr19553c.out"} + {"Run with libpr19553d.so" + "-Wl,--no-as-needed tmpdir/libpr19553d.so tmpdir/libpr19553b.so -Wl,-rpath-link,." "" + {pr19553a.c} "pr19553d" "pr19553d.out"} |