Fix lots of linker testsuite failures for the FT32 target.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / sec64k.exp
index b0e49ea8216a0cb6c7c073c9f997537d905555dd..b089fb8171861b7329492df91d0d19476cc3846d 100644 (file)
@@ -40,8 +40,10 @@ if { [istarget "arc*-*-*"]
     return
 }
 
-# m68hc11, m68hc12 and xgate run out of address space.
-if { [istarget "m68hc1*-*"] || [istarget "xgate-*"] } {
+# ft32, m68hc11, m68hc12 and xgate run out of address space.
+if {   [istarget "ft32-*-*"]
+    || [istarget "m68hc1*-*"]
+    || [istarget "xgate-*"] } {
     return
 }
 
This page took 0.028777 seconds and 4 git commands to generate.