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
This commit is contained in:
parent
824bceb033
commit
38ccd98ad2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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] {
|
||||
|
|
Loading…
Add table
Reference in a new issue