Commit 71fad614 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 659e5a7a
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> 2002-04-03 Richard Henderson <rth@redhat.com>
* gcc.dg/cpp/ucs.c: Improved long UCS test. * gcc.dg/cpp/ucs.c: Improved long UCS test.
......
...@@ -36,7 +36,7 @@ if [isnative] then { ...@@ -36,7 +36,7 @@ if [isnative] then {
set native_cflags "-n32" set native_cflags "-n32"
} }
} }
if [istarget "sparc-sun-solaris2*"] { if [istarget "sparc*-sun-solaris2*"] {
set file_string [exec file "linkage-x.o"] set file_string [exec file "linkage-x.o"]
if [ string match "*64*" $file_string ] { if [ string match "*64*" $file_string ] {
set native_cflags "-xarch=v9" set native_cflags "-xarch=v9"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment