From b50b3c841a33be741f99b2ad0ce76d03bf4079bc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Feb 2001 14:20:50 +0000 Subject: 2001-02-20 Ralf Corsepius * 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. --- aclocal/config-subdirs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/config-subdirs.m4') 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 \ -- cgit v1.2.3