summaryrefslogtreecommitdiffstats
path: root/aclocal/config-subdirs.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-21 14:20:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-21 14:20:50 +0000
commitb50b3c841a33be741f99b2ad0ce76d03bf4079bc (patch)
tree50ff350929c3457fd828295acdeab8ac8462ace4 /aclocal/config-subdirs.m4
parent2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b50b3c841a33be741f99b2ad0ce76d03bf4079bc.tar.bz2
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in TARGET_CONFIG_SUBDIRS. * aclocal/enable-bsp.m4: fix quoting. * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
Diffstat (limited to 'aclocal/config-subdirs.m4')
-rw-r--r--aclocal/config-subdirs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/config-subdirs.m4 b/aclocal/config-subdirs.m4
index 0dbcc5f63b..927973a368 100644
--- a/aclocal/config-subdirs.m4
+++ b/aclocal/config-subdirs.m4
@@ -230,7 +230,7 @@ if test "$no_recursion" != yes; then
_RTEMS_GIVEN_INSTALL
echo "[running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file] --srcdir=$ac_sub_srcdir"
- CC=${CC_FOR_HOST}; export CC;
+ CC=${CC_FOR_HOST-$host_alias-gcc}; export CC;
# The eval makes quoting arguments work.
if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure \
$ac_sub_configure_args --srcdir=$ac_sub_srcdir \