summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsummon-arm-toolchain1
1 files changed, 1 insertions, 0 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index bccf044..d77ac17 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -42,6 +42,7 @@ case "$(uname)" in
echo "Found Darwin OS."
GCCFLAGS="--with-gmp=${DARWIN_OPT_PATH} \
--with-mpfr=${DARWIN_OPT_PATH} \
+ --with-mpc=${DARWIN_OPT_PATH} \
-with-libiconv-prefix=${DARWIN_OPT_PATH}"
;;
*)