diff options
-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]; |