aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-06-23 12:10:00 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-06-23 12:10:00 +0000
commit25e1e0492709ed1525edff83eea559b5f27570ec (patch)
treef360c9c1f3c338006e6da3dd5308ed4423040bf0 /libio
parent5f652c070f1060b110828aeb06551321bd607dde (diff)
downloadgcc-25e1e0492709ed1525edff83eea559b5f27570ec.zip
gcc-25e1e0492709ed1525edff83eea559b5f27570ec.tar.gz
gcc-25e1e0492709ed1525edff83eea559b5f27570ec.tar.bz2
libio.exp (test_libio): Use additional_flags, not additional_options.
* lib/libio.exp (test_libio): Use additional_flags, not additional_options. From-SVN: r27716
Diffstat (limited to 'libio')
-rw-r--r--libio/testsuite/ChangeLog5
-rw-r--r--libio/testsuite/lib/libio.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/libio/testsuite/ChangeLog b/libio/testsuite/ChangeLog
index 0f7b926..bffb157 100644
--- a/libio/testsuite/ChangeLog
+++ b/libio/testsuite/ChangeLog
@@ -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.
diff --git a/libio/testsuite/lib/libio.exp b/libio/testsuite/lib/libio.exp
index d9f01b4..fb32541 100644
--- a/libio/testsuite/lib/libio.exp
+++ b/libio/testsuite/lib/libio.exp
@@ -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];