diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-23 12:10:00 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-06-23 12:10:00 +0000 |
commit | 25e1e0492709ed1525edff83eea559b5f27570ec (patch) | |
tree | f360c9c1f3c338006e6da3dd5308ed4423040bf0 /libio | |
parent | 5f652c070f1060b110828aeb06551321bd607dde (diff) | |
download | gcc-25e1e0492709ed1525edff83eea559b5f27570ec.tar.gz |
libio.exp (test_libio): Use additional_flags, not additional_options.
* lib/libio.exp (test_libio): Use additional_flags, not
additional_options.
From-SVN: r27716
Diffstat (limited to 'libio')
-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]; |