Commit 35f73a73 by Mark Mitchell Committed by Mark Mitchell

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

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

From-SVN: r70721
parent e1567352
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>
......
......@@ -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"
......
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