configure.in (target_subdir): Set to ${target_alias} instead of "libraries".
authorJeffrey A Law <law@cygnus.com>
Sat, 27 Jun 1998 21:48:29 +0000 (21:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 27 Jun 1998 21:48:29 +0000 (15:48 -0600)
        * configure.in (target_subdir): Set to ${target_alias} instead
        of "libraries".

From-SVN: r20760

ChangeLog
configure.in

index 7509a3e96f794bbec5a9a9c6c56003e0ddf1a1e8..1dfdde7690e09f5be2d2afc9d6fba9a7802621ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (target_subdir): Set to ${target_alias} instead
+       of "libraries".
+
 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
index 7133661a04e23e6bd0c801e8ffb9a525cee3a757..f61d3c8ad03410dfd0d6b2ad88738e30e4848000 100644 (file)
@@ -363,7 +363,7 @@ if [ x"${host}" = x"${target}" ] ; then
        if [ x${enable_multilib} = xno ]; then
          target_subdir=.
        else
-         target_subdir=libraries
+         target_subdir=${target_alias}
        fi
 else
        # similarly, don't build the targets in the 'native only'