configure (gcc_version): Add new variable describing the particular gcc version we're building.
� 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. From-SVN: r20585
This commit is contained in:
parent
05fd993d08
commit
8f53c0e2c7
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
|
||||
|
||||
* config.shared (FLAGS_TO_PASS): Add libsubdir.
|
||||
|
||||
1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* genops.c (__underflow): Read character from read pointer as unsigned.
|
||||
|
|
|
@ -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)" \'
|
||||
|
|
Loading…
Add table
Reference in a new issue