]> gcc.gnu.org Git - gcc.git/commitdiff
libio.exp (test_libio): Use additional_flags, not additional_options.
authorMark Mitchell <mark@codesourcery.com>
Wed, 23 Jun 1999 12:10:00 +0000 (12:10 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 23 Jun 1999 12:10:00 +0000 (12:10 +0000)
* lib/libio.exp (test_libio): Use additional_flags, not
additional_options.

From-SVN: r27716

libio/testsuite/ChangeLog
libio/testsuite/lib/libio.exp

index 0f7b926b2dce0ab0d008d080fff3c4795b89f904..bffb157505ec2d242550276682b7225b46a60d3b 100644 (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.
index d9f01b449fc909061d4dbcfb882407967f972cb6..fb32541a2c4acc965f6472d082ae8d52ad6f728f 100644 (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];
This page took 0.064321 seconds and 5 git commands to generate.