mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
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:
parent
5f652c070f
commit
25e1e04927
@ -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.
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user