* ld-elf/binutils.exp: Correct x86 gnu target match.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / binutils.exp
index d386035bdc36f91e5fe0d47a976b3ca01d1e1561..d24caf8edf156e95fd9395d4378ccf893b776da8 100644 (file)
 # STT_GNU_IFUNC symbols.
 
 if { !([istarget "i?86-*-elf*"]                
-       || ([istarget "i?86-*-linux*"]
+       || (([istarget "i?86-*-linux*"]
+           || [istarget "i?86-*-gnu*"])
           && ![istarget "*-*-*aout*"]
           && ![istarget "*-*-*oldld*"])
-       || [istarget "i?86-*-gnu*"]
        || [istarget "x86_64-*-linux*"]
        || [istarget "amd64-*-linux*"]) } {
     return
This page took 0.026122 seconds and 4 git commands to generate.