summaryrefslogblamecommitdiff
path: root/system/binutils/disable-ifunc-tests.patch
blob: b50d20b0e6db9812c6788a5d90783931671a52f4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                           


                                                                  
--- 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*"]) } {
     verbose "IFUNC tests not run - target does not support IFUNC"
     return
 }