linkage.exp: Update last change to handle sparc*-, not just sparc-.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 4 Apr 2002 00:18:02 +0000 (00:18 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 4 Apr 2002 00:18:02 +0000 (00:18 +0000)
* gcc.misc-tests/linkage.exp: Update last change to handle
sparc*-, not just sparc-.

From-SVN: r51828

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/linkage.exp

index 470ab8e324a0f978d46de429a1b23bfd84c4c2dd..ad1d876f33bc55d21b784909971234b07af84666 100644 (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.
index 3915bc6f5b93a67c406cbfe044422f32e142bdda..47783769de275a6630f2d70d986f9850cd1cab65 100644 (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"