Commit 38ccd98a by Steve Ellcey Committed by Steve Ellcey

target-supports.dg (check_cxa_atexit_available): Change v3_target_compile to…

target-supports.dg (check_cxa_atexit_available): Change v3_target_compile to ${tool}_target_compile.

	* lib/target-supports.dg (check_cxa_atexit_available): Change
	v3_target_compile to ${tool}_target_compile.

From-SVN: r113729
parent 824bceb0
2006-05-12 Steve Ellcey <sje@cup.hp.com>
* lib/target-supports.dg (check_cxa_atexit_available): Change
v3_target_compile to ${tool}_target_compile.
2006-05-11 Jason Merrill <jason@redhat.com>
* lib/scanasm.exp (scan-not-hidden): Fix typo.
......@@ -981,7 +981,7 @@ proc check_cxa_atexit_available { } {
puts $f "{ return 0; }"
close $f
set lines [v3_target_compile $src $exe executable ""]
set lines [${tool}_target_compile $src $exe executable ""]
file delete $src
if [string match "" $lines] {
......
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