libio.exp (test_libio): Use additional_flags, not additional_options.

* lib/libio.exp (test_libio): Use additional_flags, not
	additional_options.

From-SVN: r27716
This commit is contained in:
Mark Mitchell 1999-06-23 12:10:00 +00:00 committed by Mark Mitchell
parent 5f652c070f
commit 25e1e04927
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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];