diff options
author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-19 05:42:20 +0000 |
---|---|---|
committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-19 05:42:20 +0000 |
commit | d63f5a1db4e335a59ac95f9168f8c884159ad064 (patch) | |
tree | 263610b5b02bf5815294715bd7ccabc441247e2d /libio/config.shared | |
parent | c6367e90c4cbc09cd20910d3ad8f69195d39d7b8 (diff) | |
download | ppe42-gcc-d63f5a1db4e335a59ac95f9168f8c884159ad064.tar.gz ppe42-gcc-d63f5a1db4e335a59ac95f9168f8c884159ad064.zip |
�
egcs-19980619/ChangeLog
1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
* configure (gcc_version): Add new variable describing the
particular gcc version we're building.
* Makefile.in (libsubdir): Add new macro for the directory
in which the compiler finds executables, libraries, etc.
(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
and libsubdir.
egcs-19980619/gcc/ChangeLog
1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (installdirs): Loop over directories in $(libsubdir)
creating probably missing ones, instead of single if statements.
egcs-19980619/libio/ChangeLog
1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
* config.shared (FLAGS_TO_PASS): Add libsubdir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20585 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/config.shared')
-rw-r--r-- | libio/config.shared | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/config.shared b/libio/config.shared index cbaf2900dfb..3942bcbfea8 100644 --- a/libio/config.shared +++ b/libio/config.shared @@ -219,6 +219,7 @@ if [ "${SUBDIRS}" != "" ] ; then echo >&2 ' "exec_prefix=$(exec_prefix)" \' echo >&2 ' "tooldir=$(tooldir)" \' echo >&2 ' "gxx_include_dir=$(gxx_include_dir)" \' + echo >&2 ' "libsubdir=$(libsubdir)" \' echo >&2 ' "AR=$(AR)" \' echo >&2 ' "AR_FLAGS=$(AR_FLAGS)" \' echo >&2 ' "CC=$(CC)" \' |