diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2006-10-30 14:03:05 +0000 |
|---|---|---|
| committer | Joseph Myers <jsm28@gcc.gnu.org> | 2006-10-30 14:03:05 +0000 |
| commit | 709e1a1a8a1118ace67aad141573bbd2c519f329 (patch) | |
| tree | ca3b463b28274388837a28d7d7504e11f56d9437 /libstdc++-v3 | |
| parent | aaf0c39c04bd73ab21427180dd85cd5fe10bb192 (diff) | |
| download | gcc-709e1a1a8a1118ace67aad141573bbd2c519f329.tar.gz gcc-709e1a1a8a1118ace67aad141573bbd2c519f329.tar.bz2 gcc-709e1a1a8a1118ace67aad141573bbd2c519f329.zip | |
default.exp (${tool}_target_compile): Use v3_target_compile.
libstdc++-v3:
* testsuite/config/default.exp (${tool}_target_compile): Use
v3_target_compile.
gcc/testsuite:
* lib/target-supports.exp (check_function_available): Declare
function before calling.
From-SVN: r118182
Diffstat (limited to 'libstdc++-v3')
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/config/default.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ce61055d8b7..9274108fdcc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2006-10-30 Joseph Myers <joseph@codesourcery.com> + + * testsuite/config/default.exp (${tool}_target_compile): Use + v3_target_compile. + 2006-10-29 Paolo Carlini <pcarlini@suse.de> * src/debug.cc (_Safe_sequence_base::_M_revalidate_singular): Fix diff --git a/libstdc++-v3/testsuite/config/default.exp b/libstdc++-v3/testsuite/config/default.exp index 1c643f66f9a..c08f6dd61ef 100644 --- a/libstdc++-v3/testsuite/config/default.exp +++ b/libstdc++-v3/testsuite/config/default.exp @@ -28,6 +28,6 @@ load_lib "standard.exp" # target-supports.exp uses this proc ${tool}_target_compile { srcfile destfile compile_type options } { - target_compile $srcfile $destfile $compile_type $options + v3_target_compile $srcfile $destfile $compile_type $options } |
