Commit 25e1e049 by Mark Mitchell Committed by Mark Mitchell

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

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

From-SVN: r27716
parent 5f652c07
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.
......
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment