]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...
authorManfred Hollstein <manfred@gcc.gnu.org>
Wed, 9 Sep 1998 11:49:10 +0000 (11:49 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Wed, 9 Sep 1998 11:49:10 +0000 (11:49 +0000)
p
* libio/configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
value; don't change its value if --enable-version-specific-runtime-libs
has been specified.
* libstdc++/Makefile.in (install): Initialize RELINSTALLDIR correctly
even for multilib and cross configurations.
* libstdc++/configure.in (INSTALLDIR): Don't change INSTALLDIR's init
value if --enable-version-specific-runtime-libs has been specified.

From-SVN: r22355

libstdc++/configure.in

index 09f645fd170730e12935bc4eb1e3e33c0a55d7c0..c47e28c3331c7e6746626ec477d3e6c4701c2e71 100644 (file)
@@ -103,11 +103,12 @@ LIBC_INTERFACE=${libc_interface}
 
 # post-target:
 
-# If cross-compiling, we install in $(tooldir).
+# If cross-compiling, we install in $(tooldir)/lib or in $(libsubdir)
+# depending on --enable-version-specific-runtime-libs.
 if [ -n "${with_cross_host}" ] ; then
     rm -f Makefile.tem
     sed \
-       -e 's|\(^[      ]*INSTALLDIR[   ]*=[    ]*\)[^  ;]*|\1$(tooldir)/lib|' \
+        -e 's|\(^[     ]*INSTALLDIR[   ]*=[    ]*\)\$(libdir)|\1$(tooldir)/lib|' \
         Makefile >Makefile.tem
     mv -f Makefile.tem Makefile
 fi
This page took 0.060342 seconds and 5 git commands to generate.