Fixed building on Mac OS X.
authorPiotr Esden-Tempski <piotr@esden.net>
Mon, 6 Sep 2010 00:44:21 +0000 (17:44 -0700)
committerPiotr Esden-Tempski <piotr@esden.net>
Mon, 6 Sep 2010 00:44:21 +0000 (17:44 -0700)
summon-arm-toolchain

index bccf0444fbfdcb6fafcc7fb60e4be69c3720515f..d77ac17b673df1bcd6eaaaa3073947a1e21ca2da 100755 (executable)
@@ -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}"
        ;;
        *)