diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-23 12:10:00 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-23 12:10:00 +0000 |
commit | eb4167a7282850303cea035fe6b0afcb512d3364 (patch) | |
tree | f360c9c1f3c338006e6da3dd5308ed4423040bf0 /libio/testsuite | |
parent | 5b98bbe791c3b89674904da15cbf154c9777ab81 (diff) | |
download | gcc-eb4167a7282850303cea035fe6b0afcb512d3364.tar.gz |
* lib/libio.exp (test_libio): Use additional_flags, not
additional_options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27716 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/testsuite')
-rw-r--r-- | libio/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | libio/testsuite/lib/libio.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libio/testsuite/ChangeLog b/libio/testsuite/ChangeLog index 0f7b926b2dc..bffb157505e 100644 --- a/libio/testsuite/ChangeLog +++ b/libio/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 23 13:02:49 1999 Mark Mitchell <mark@codesourcery.com> + + * lib/libio.exp (test_libio): Use additional_flags, not + additional_options. + Wed Nov 25 01:00:07 1998 Marc Espie <espie@quatramaran.ens.fr> * Makefile.in (just-check): Ignore errors. diff --git a/libio/testsuite/lib/libio.exp b/libio/testsuite/lib/libio.exp index d9f01b449fc..fb32541a2c4 100644 --- a/libio/testsuite/lib/libio.exp +++ b/libio/testsuite/lib/libio.exp @@ -85,7 +85,7 @@ proc test_libio { srcfile compile_args inpfile resultfile exec_args } { } if [info exists TOOL_OPTIONS] { - lappend args "additional_options=$TOOL_OPTIONS" + lappend args "additional_flags=$TOOL_OPTIONS" } set gp [get_multilibs]; |