mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:00:55 +08:00
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:
parent
a862775d0b
commit
aa070a60c3
@ -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
|
||||
|
@ -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*]
|
||||
|
Loading…
x
Reference in New Issue
Block a user