From 28e449d812a0194d46e1d5b7e532edb271ff65aa Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Wed, 24 Jun 1998 06:26:01 +0000 Subject: [PATCH] configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++... S egcs/ChangeLog: 1998-06-24 Manfred Hollstein * configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++ runtime stuff in $(libsubdir); emit definition in each generated Makefile. (gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs. egcs/gcc/ChangeLog: 1998-06-24 Manfred Hollstein * configure.in (gxx_include_dir): Initialize default value depending on new flag --enable-version-specific-runtime-libs; remove superfluous default initialization afterwards. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-24 Manfred Hollstein * Makefile.in (install): Install _G_config.h depending on new flag --enable-version-specific-runtime-libs. * config/linux.mt (gxx_include_dir): Remove definition here as we use gcc's default anyway. egcs/libstdc++/ChangeLog: 1998-06-24 Manfred Hollstein * Makefile.in (INSTALLDIR): Add comment to document the fact, this macro will be properly initialized at make's runtime. (install): Add initialization of INSTALLDIR depending on $(libsubdir) and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable instead of the $(INSTALLDIR) make macro. From-SVN: r20693 --- ChangeLog | 7 +++++++ libstdc++/ChangeLog | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index f4b1e0776dc..e83fd7dece0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1998-06-24 Manfred Hollstein + + * configure (enable_version_specific_runtime_libs): Implement new flag + --enable-version-specific-runtime-libs which installs C++ runtime stuff in + $(libsubdir); emit definition in each generated Makefile. + (gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs. + 1998-06-24 Manfred Hollstein * configure (gcc_version): Initialize properly depending on diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index f3592ad33bb..5754f67c918 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,11 @@ +1998-06-24 Manfred Hollstein + + * Makefile.in (INSTALLDIR): Add comment to document the fact, + this macro will be properly initialized at make's runtime. + (install): Add initialization of INSTALLDIR depending on $(libsubdir) + and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable + instead of the $(INSTALLDIR) make macro. + Tue Mar 24 10:13:07 1998 Jason Merrill * std/bastring.cc (basic_string::copy): Mark const here, too. -- 2.30.2