linkage.exp: Treat all HP-UX platforms identically.
authorMark Mitchell <mark@codesourcery.com>
Sat, 23 Aug 2003 02:03:16 +0000 (02:03 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 23 Aug 2003 02:03:16 +0000 (02:03 +0000)
* gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
identically.

From-SVN: r70721

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

index 55ebad9..3ec6c04 100644 (file)
@@ -1,5 +1,10 @@
 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
 
+       * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
+       identically.
+
+2003-08-22  Mark Mitchell  <mark@codesourcery.com>
+
        * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
 
 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
index 7d2e175..7aa9966 100644 (file)
@@ -53,7 +53,7 @@ if [isnative] then {
            if [ string match "*32-bit*" $file_string ] {
                set native_cflags "-m31"
            }
-       } elseif [istarget "ia64-hp-hpux*"] {
+       } elseif [istarget "*-hp-hpux*"] {
            set file_string [exec file "linkage-x.o"]
            if [ string match "*ELF-64*" $file_string ] {
                set native_cflags "+DD64"