diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2010-09-05 17:44:21 -0700 |
---|---|---|
committer | Piotr Esden-Tempski <piotr@esden.net> | 2010-09-05 17:44:21 -0700 |
commit | 32295df2b482209718ed3dbdc335c6357ce283ab (patch) | |
tree | 34e2e8e22ce225ea2e7c527a2e7ac61de7faac40 | |
parent | fb26da0132271eee7f036a2a082f51db032c45f7 (diff) |
Fixed building on Mac OS X.
-rwxr-xr-x | summon-arm-toolchain | 1 |
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}" ;; *) |