diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-28 09:30:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-28 09:30:03 +0000 |
commit | 8e9a8300d6d64c7426278ef7bf5b72c9d5a1ad6c (patch) | |
tree | e0c5b8fbe8c67703042f7904c463e0bc823abcf7 /libio/config.shared | |
parent | 8ab89912840d9be7840e7d79b25968ebbe2661d0 (diff) | |
download | gcc-8e9a8300d6d64c7426278ef7bf5b72c9d5a1ad6c.tar.gz |
* stdio/configure.in, tests/configure.in: Update with yesterday's
toplevel configure.in changes.
* testsuite/cofnigure.in: Likewise.
* config.shared: Fix typo in yesterday's changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17527 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/config.shared')
-rw-r--r-- | libio/config.shared | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/config.shared b/libio/config.shared index 41b273f19d5..66193726dd0 100644 --- a/libio/config.shared +++ b/libio/config.shared @@ -218,6 +218,7 @@ if [ "${SUBDIRS}" != "" ] ; then echo >&2 ' "prefix=$(prefix)" \' echo >&2 ' "exec_prefix=$(exec_prefix)" \' echo >&2 ' "tooldir=$(tooldir)" \' + echo >&2 ' "gxx_include_dir=$(gxx_include_dir)" \' echo >&2 ' "AR=$(AR)" \' echo >&2 ' "AR_FLAGS=$(AR_FLAGS)" \' echo >&2 ' "CC=$(CC)" \' @@ -453,7 +454,7 @@ echo >&2 '' echo >&2 '.NOEXPORT:' echo >&2 'MAKEOVERRIDES=' -cat <<"EOF" +cat >&2 <<"EOF" DEPEND_SOURCES = ${srcdir}/*.cc ${srcdir}/*.c depend.new: # The sed script below attempts to make the depend output portable. |