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:
parent
e156735260
commit
35f73a73cc
@ -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*.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user