* lib/ld-lib.exp (check_gc_sections_available): Return 0 for
[deliverable/binutils-gdb.git] / ld / testsuite / lib / ld-lib.exp
index 15ed41da962beec5e8d636a5816750f1b263024c..05cdf1f14ea064150f8382d4a9b38dc966561c7d 100644 (file)
@@ -1592,7 +1592,8 @@ proc check_gc_sections_available { } {
        # advertised by ld's options.
        if { [istarget alpha*-*-*]
             || [istarget mep-*-*]
-            || [istarget ia64-*-*] } {
+            || [istarget ia64-*-*]
+            || [istarget *-*-mingw*] } {
            set gc_sections_available_saved 0
            return 0
        }
This page took 0.039237 seconds and 4 git commands to generate.