Skip to content
Snippets Groups Projects
Commit eb4167a7 authored by mmitchel's avatar mmitchel
Browse files

* 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
parent 5b98bbe7
No related merge requests found
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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment