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:
parent
f6b7726669
commit
934039f8ef
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue