summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-27 21:48:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-27 21:48:29 +0000
commitd6cf7517b0a8270a034989164748dfe1c5221006 (patch)
treec89ab4d135a993a010ebbfe036e6a5005f48e7ac /configure.in
parent1051d196407c73e3be8bf61798fc323cdae6f595 (diff)
downloadgcc-d6cf7517b0a8270a034989164748dfe1c5221006.tar.gz
* configure.in (target_subdir): Set to ${target_alias} instead
of "libraries". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7133661a04e..f61d3c8ad03 100644
--- a/configure.in
+++ b/configure.in
@@ -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'