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











                                                                                           
--- binutils-2.30/ld/testsuite/ld-ifunc/ifunc.exp.old	2018-01-13 07:31:16.000000000 -0600
+++ binutils-2.30/ld/testsuite/ld-ifunc/ifunc.exp	2018-02-27 14:46:07.596544780 -0600
@@ -36,7 +36,8 @@
 	  || (([istarget "*-*-linux*"]
 	       || [istarget "*-*-gnu*"])
 	      && ![istarget "*-*-*aout*"]
-	      && ![istarget "*-*-*oldld*"]))) } {
+	      && ![istarget "*-*-*oldld*"]
+	      && ![istarget "*-*-*musl*"]))) } {
     verbose "IFUNC tests not run - target does not support IFUNC"
     return
 }