Commit aa070a60 by Kaveh R. Ghazi Committed by Kaveh Ghazi

forward-1.x: Fix x86_64 entry typos.

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

From-SVN: r145932
parent a862775d
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> 2009-04-10 Daniel Franke <franke.daniel@gmail.com>
PR fortran/38709 PR fortran/38709
......
...@@ -4,7 +4,7 @@ load_lib target-supports.exp ...@@ -4,7 +4,7 @@ load_lib target-supports.exp
# For powerpc-darwin it fails with -fgnu-runtime, passes with -fnext-runtime, # For powerpc-darwin it fails with -fgnu-runtime, passes with -fnext-runtime,
# but that would be too ugly to handle; let it fail there. # 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*-*-linux*]
|| [istarget powerpc*-*-aix*] || [istarget powerpc*-*-aix*]
|| [istarget s390*-*-*-linux*] || [istarget s390*-*-*-linux*]
......
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