Commit 69b471bc by Jeffrey A Law Committed by Jeff Law

configure.in (target_subdir): Set to ${target_alias} instead of "libraries".

        * configure.in (target_subdir): Set to ${target_alias} instead
        of "libraries".

From-SVN: r20760
parent b00c2351
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> 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
......
...@@ -363,7 +363,7 @@ if [ x"${host}" = x"${target}" ] ; then ...@@ -363,7 +363,7 @@ if [ x"${host}" = x"${target}" ] ; then
if [ x${enable_multilib} = xno ]; then if [ x${enable_multilib} = xno ]; then
target_subdir=. target_subdir=.
else else
target_subdir=libraries target_subdir=${target_alias}
fi fi
else else
# similarly, don't build the targets in the 'native only' # similarly, don't build the targets in the 'native only'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment