summaryrefslogtreecommitdiff
path: root/system/binutils/disable-ifunc-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/binutils/disable-ifunc-tests.patch')
-rw-r--r--system/binutils/disable-ifunc-tests.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/system/binutils/disable-ifunc-tests.patch b/system/binutils/disable-ifunc-tests.patch
index b50d20b0e..39b35d319 100644
--- a/system/binutils/disable-ifunc-tests.patch
+++ b/system/binutils/disable-ifunc-tests.patch
@@ -1,12 +1,11 @@
--- binutils-2.31.1/ld/testsuite/ld-ifunc/ifunc.exp.old 2018-06-27 07:55:16.000000000 +0000
+++ binutils-2.31.1/ld/testsuite/ld-ifunc/ifunc.exp 2018-10-12 03:23:09.240000000 +0000
-@@ -34,7 +34,8 @@
- && ([istarget "*-*-elf*"]
- || [istarget "*-*-nacl*"]
- || [istarget "*-*-linux*"]
-- || [istarget "*-*-gnu*"])) } {
-+ || [istarget "*-*-gnu*"])
-+ && ![istarget "*-*-musl*"]) } {
+@@ -43,7 +43,8 @@
+ || [istarget sh*-*-*]
+ || [istarget tic6x-*-*]
+ || [istarget tile*-*-*]
++ || [istarget *-*-musl*]
+ || [istarget vax-*-*] } {
verbose "IFUNC tests not run - target does not support IFUNC"
return
}