1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 13:00:34 +02:00

(--with-cc-for-build): Remove this option, CC_FOR_BUILD

variable is more or less standard, and is adequate for the task.
This commit is contained in:
Kevin Ryde 2003-05-16 00:01:41 +00:00
parent f6b7726669
commit 934039f8ef

View file

@ -924,9 +924,6 @@ if test "$cross_compiling" = "yes"; then
else else
CC_FOR_BUILD="${CC_FOR_BUILD-$CC}" CC_FOR_BUILD="${CC_FOR_BUILD-$CC}"
fi fi
AC_ARG_WITH(cc-for-build,
[ --with-cc-for-build=CC native C compiler, to be used during build])
test -n "$with_cc_for_build" && CC_FOR_BUILD="$with_cc_for_build"
## AC_MSG_CHECKING("if we are cross compiling") ## AC_MSG_CHECKING("if we are cross compiling")
## AC_MSG_RESULT($cross_compiling) ## AC_MSG_RESULT($cross_compiling)