From fe2fa3c4fcd8cd81d49b0deacb423bce4d2002b4 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 19 Jun 1998 05:42:16 +0000 Subject: configure (gcc_version): Add new variable describing the particular gcc version we're building. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein * 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 * 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 * config.shared (FLAGS_TO_PASS): Add libsubdir. From-SVN: r20583 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af13373..cfa8f1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1998-06-19 Manfred Hollstein + + * Makefile.in (installdirs): Loop over directories in $(libsubdir) + creating probably missing ones, instead of single if statements. + Fri Jun 19 10:43:52 1998 Andreas Schwab * c-common.c (truthvalue_conversion): Protect side effects in the -- cgit v1.1