forward-1.x: Fix x86_64 entry typos.

* objc/execute/forward-1.x: Fix x86_64 entry typos.

From-SVN: r145932
This commit is contained in:
Kaveh R. Ghazi 2009-04-10 17:25:42 +00:00 committed by Kaveh Ghazi
parent a862775d0b
commit aa070a60c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* objc/execute/forward-1.x: Fix x86_64 entry typos.
2009-04-10 Daniel Franke <franke.daniel@gmail.com>
PR fortran/38709

View File

@ -4,7 +4,7 @@ load_lib target-supports.exp
# For powerpc-darwin it fails with -fgnu-runtime, passes with -fnext-runtime,
# but that would be too ugly to handle; let it fail there.
if { ([istarget x86_64-*-linux] && [is_effective_target_lp64] )
if { ([istarget x86_64-*-linux*] && [check_effective_target_lp64] )
|| [istarget powerpc*-*-linux*]
|| [istarget powerpc*-*-aix*]
|| [istarget s390*-*-*-linux*]