ld/arc: Fix linker for big-endian arc targets
[deliverable/binutils-gdb.git] / ld / testsuite / lib / ld-lib.exp
index 320ed827434a174c4c1b920188431c8ec36286fd..ce446fd252830b8a1e873a4c2107076e138d352c 100644 (file)
@@ -1664,7 +1664,7 @@ proc check_gc_sections_available { } {
     if {![info exists gc_sections_available_saved]} {
        # Some targets don't support gc-sections despite whatever's
        # advertised by ld's options.
-       if {   [istarget arc-*-*]
+       if {   [istarget arc*-*-*]
            || [istarget d30v-*-*]
            || [istarget dlx-*-*]
            || [istarget i960-*-*]
@@ -1706,7 +1706,7 @@ proc check_gc_sections_available { } {
 
 proc check_shared_lib_support { } {
     if {![istarget aarch64*-*-elf]
-        && ![istarget arc-*-*]
+        && ![istarget arc*-*-*]
         && ![istarget arm*-*-elf]
         && ![istarget avr-*-*]
         && ![istarget cr16-*-*]
This page took 0.02383 seconds and 4 git commands to generate.