Test passed on Linux 64-bit.

This commit is contained in:
Krystian Bacławski
2013-05-22 20:29:37 +02:00
parent 3a28d97e72
commit c4d207d7d6
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -512,7 +512,8 @@ function build {
# thinking that they're being compiled on IA-32 architecture.
CC="${CC} ${ARCH:-}"
CXX="${CXX} ${ARCH:-}"
GCC_CONFIGURE_OPTS+=("--host=i686-linux-gnu")
GCC_CONFIGURE_OPTS+=("--host=i686-linux-gnu" \
"--build=i686-linux-gnu")
else
# GCC 4.x requires some extra dependencies to be supplied.
GCC_CONFIGURE_OPTS+=("--with-gmp=${HOST_DIR}" \