diff options
author | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-06-24 06:26:02 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-06-24 06:26:02 +0000 |
commit | e0cb250f7aa6515ec2251b0c6e29e7ba5ed9144c (patch) | |
tree | 1459eff5b36e02bdc264a09e2e7ba103ceab3246 /libio/config | |
parent | 28e449d812a0194d46e1d5b7e532edb271ff65aa (diff) | |
download | gcc-e0cb250f7aa6515ec2251b0c6e29e7ba5ed9144c.zip gcc-e0cb250f7aa6515ec2251b0c6e29e7ba5ed9144c.tar.gz gcc-e0cb250f7aa6515ec2251b0c6e29e7ba5ed9144c.tar.bz2 |
configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++...
d
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.
From-SVN: r20694
Diffstat (limited to 'libio/config')
-rw-r--r-- | libio/config/linux.mt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libio/config/linux.mt b/libio/config/linux.mt index 0585d90..9e3c519 100644 --- a/libio/config/linux.mt +++ b/libio/config/linux.mt @@ -1,8 +1,5 @@ # Use the libio which comes with the local libc. -# That is where we keep the g++ header files. -gxx_include_dir =$(prefix)/include/g++ - # Comment this out to avoid including the stdio functions in libiostream.a: # LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS) # LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list |