]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.misc-tests/linkage.exp
Remove long deprecated tilegx and tilepro ports
[thirdparty/gcc.git] / gcc / testsuite / gcc.misc-tests / linkage.exp
index c955332c118a77a1352a240bdf8e96528d3ff291..64da5d1c58e1028f62537122321b5245413ccc2f 100644 (file)
@@ -98,13 +98,6 @@ if { [isnative] && ![is_remote host] } then {
             } elseif [ string match "*ppc" $file_string ] {
                 set native_cflags "-m32"
             }
-        } elseif [istarget "tilegx-*-linux*"] {
-           set file_string [exec file "linkage-x.o"]
-           if [ string match "*64-bit*" $file_string ] {
-               set native_cflags "-m64"
-           } elseif [ string match "*32-bit*" $file_string ] {
-               set native_cflags "-m32"
-           }
         } elseif [istarget "*86*-*-darwin*"] {
           set file_string [exec file "linkage-x.o"]
           if [ string match "*64*" $file_string ] {