Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / binutils / testsuite / lib / binutils-common.exp
index 9fc9a18dae290940304b2bb3cd24d022b1eda4de..dcaab847d2409b808408d41f538744538cf1abcc 100644 (file)
@@ -23,7 +23,7 @@ proc is_elf_format {} {
     # config.sub for these targets curiously transforms a target doublet
     # ending in -elf to -none.  eg. m68hc12-elf to m68hc12-unknown-none
     # They are always elf.
-    if { [istarget m68hc1*-*] || [istarget xgate-*] } {
+    if { [istarget m68hc1*-*] || [istarget s12z*-*] || [istarget xgate-*] } {
        return 1;
     }
 # vxworks (and windiss) excluded due to number of ELF tests that need
This page took 0.026192 seconds and 4 git commands to generate.