summaryrefslogtreecommitdiff
path: root/cross-gnu
diff options
context:
space:
mode:
Diffstat (limited to 'cross-gnu')
-rwxr-xr-xcross-gnu2
1 files changed, 2 insertions, 0 deletions
diff --git a/cross-gnu b/cross-gnu
index 623903bf4..cdb336579 100755
--- a/cross-gnu
+++ b/cross-gnu
@@ -197,6 +197,7 @@ if test -h "$SYS_ROOT"/lib/ld.so; then :; else
# `--build' has to be set to make sure that glibc is cross compiled.
# TODO: --disable-multi-arch
"$GLIBC_SRC"/configure \
+ AUTOCONF=: \
--without-cvs \
--build="$("$GLIBC_SRC"/scripts/config.guess)" \
--host="$TARGET" \
@@ -295,6 +296,7 @@ if ./config.status --version > /dev/null 2>&1; then :; else
# `--build' has to be set to make sure that glibc is cross compiled.
# TODO: --disable-multi-arch
"$GLIBC_SRC"/configure \
+ AUTOCONF=: \
--without-cvs \
--build="$("$GLIBC_SRC"/scripts/config.guess)" \
--host="$TARGET" \