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 55ebad9ef9adc4097637304c778ee5665a21b1ae..3ec6c04a3f468b57b713372b20d4c02504c19442 100644 (file)
@@ -1,3 +1,8 @@
+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*.
index 7d2e17589fa8116fb75cd98865e3d1f1bac5621c..7aa99667566bde55468c1c13bcde8ad390356d1c 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"