summaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-24 06:26:01 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-24 06:26:01 +0000
commitda421e40ab04c60bce0449c21bd16d03febfebd5 (patch)
tree0d786490da91195193db5beff3994fd31bfcbdb9 /libstdc++
parent50742c87c7af7c07c33c23a3bb33c84e92c3ef95 (diff)
downloadgcc-da421e40ab04c60bce0449c21bd16d03febfebd5.tar.gz
S
egcs/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * 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 <manfred@s-direktnet.de> * 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 <manfred@s-direktnet.de> * 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 <manfred@s-direktnet.de> * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20693 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <manfred@s-direktnet.de>
+
+ * 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 <jason@yorick.cygnus.com>
* std/bastring.cc (basic_string::copy): Mark const here, too.