linkage.exp: Update last change to handle sparc*-, not just sparc-.

* gcc.misc-tests/linkage.exp: Update last change to handle
	sparc*-, not just sparc-.

From-SVN: r51828
This commit is contained in:
Kaveh R. Ghazi 2002-04-04 00:18:02 +00:00 committed by Kaveh Ghazi
parent 659e5a7aa9
commit 71fad6149e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.misc-tests/linkage.exp: Update last change to handle
sparc*-, not just sparc-.
2002-04-03 Richard Henderson <rth@redhat.com>
* gcc.dg/cpp/ucs.c: Improved long UCS test.

View File

@ -36,7 +36,7 @@ if [isnative] then {
set native_cflags "-n32"
}
}
if [istarget "sparc-sun-solaris2*"] {
if [istarget "sparc*-sun-solaris2*"] {
set file_string [exec file "linkage-x.o"]
if [ string match "*64*" $file_string ] {
set native_cflags "-xarch=v9"