From: Piotr Esden-Tempski Date: Mon, 6 Sep 2010 00:44:21 +0000 (-0700) Subject: Fixed building on Mac OS X. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=32295df2b482209718ed3dbdc335c6357ce283ab Fixed building on Mac OS X. --- 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}" ;; *)