diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-28 13:22:03 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-28 13:22:03 +0000 |
commit | bc33bf0a85524d92307c3cc052c6dfa0f7e83bce (patch) | |
tree | 11c70cbb86b4b86843aa37f2ef8ce6aac0ae51e4 /gcc/testsuite/gcc.misc-tests | |
parent | 7feec18988e4d3b2b4076b77ceb4405ec57cd9d8 (diff) | |
download | gcc-bc33bf0a85524d92307c3cc052c6dfa0f7e83bce.tar.gz |
* gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6*o32 support.
Add i?86-*-solaris2* support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156317 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/linkage.exp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/linkage.exp b/gcc/testsuite/gcc.misc-tests/linkage.exp index 69e318306e8..954dc29a50e 100644 --- a/gcc/testsuite/gcc.misc-tests/linkage.exp +++ b/gcc/testsuite/gcc.misc-tests/linkage.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988, 90-96, 1997, 2000, 2001, 2002, 2007, 2008 +# Copyright (C) 1988, 90-96, 1997, 2000, 2001, 2002, 2007, 2008, 2010 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -40,15 +40,18 @@ if { [isnative] && ![is_remote host] } then { set native_cflags "-n32" } } - if [istarget "mips-sgi-iris6*o32" ] { - set native_cflags "-32" - } if [istarget "sparc*-sun-solaris2*"] { set file_string [exec file "linkage-x.o"] if [ string match "*64*" $file_string ] { set native_cflags "-xarch=v9" } } + if [istarget "i?86*-*-solaris2*"] { + set file_string [exec file "linkage-x.o"] + if [ string match "*64*" $file_string ] { + set native_cflags "-xarch=amd64" + } + } if [istarget "s390*-*-linux*"] { set file_string [exec file "linkage-x.o"] if [ string match "*32-bit*" $file_string ] { |