diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-10-07 16:03:42 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-10-07 16:03:42 +0200 |
commit | 302537b2963c4e49f0fea931b502cc013155cff6 (patch) | |
tree | ffc32e1b21811d211c708cffa861457f40418c7b | |
parent | 2cc4a3fa7aaa067cf5c6ab85b537acaedce465ff (diff) |
glibc: Don't consider running autoconf.
-rwxr-xr-x | cross-gnu | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" \ |