linkage.exp: Treat all HP-UX platforms identically.

* gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
	identically.

From-SVN: r70721
This commit is contained in:
Mark Mitchell 2003-08-23 02:03:16 +00:00 committed by Mark Mitchell
parent e156735260
commit 35f73a73cc
2 changed files with 6 additions and 1 deletions

View 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*.

View 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"