mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Test passed on Linux 64-bit.
This commit is contained in:
+2
-1
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user