aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitus von Boxberg <tvb377@gmx.de>2010-02-03 00:24:24 +0100
committerTitus von Boxberg <tvb377@gmx.de>2010-02-03 00:24:24 +0100
commite6f4c47c21b9ac09cb0e56810ea2e27b47645a35 (patch)
tree57c3e01be7341db545608af8bd8fc7a01d42fb01
parent22fca0106eceb10e1c1666d680be29f978ec8908 (diff)
downloadcrosstool-ng-e6f4c47c21b9ac09cb0e56810ea2e27b47645a35.tar.gz
crosstool-ng-e6f4c47c21b9ac09cb0e56810ea2e27b47645a35.tar.bz2
crosstool-ng-e6f4c47c21b9ac09cb0e56810ea2e27b47645a35.zip
comp-libs/mpfr: fix build on Darwin
-rw-r--r--scripts/build/companion_libs/mpfr.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh
index 3c3480d0..dd1a4606 100644
--- a/scripts/build/companion_libs/mpfr.sh
+++ b/scripts/build/companion_libs/mpfr.sh
@@ -75,6 +75,7 @@ do_mpfr() {
case "${CT_HOST}" in
*cygwin*) mpfr_opt="--disable-thread-safe";;
*mingw*) mpfr_opt="--disable-thread-safe";;
+ *darwin*) mpfr_opt="--disable-thread-safe";;
*) mpfr_opt="--enable-thread-safe";;
esac