summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Paul Kühne <fkuehne@videolan.org>2012-10-08 15:09:04 +0200
committerLuca Barbato <lu_zero@gentoo.org>2012-11-21 21:30:49 +0100
commiteadd48a8dfe3f60c329e6d0da504ddd801139fa6 (patch)
tree593d7dd0be1bdb8c3db4fa12a6272bec09b5145a
parent78548095b65f3add7ca7acb92b9d7ad2b8e0c8aa (diff)
dolt: enable support for further apple platforms
Support x86_64, ppc and arm. Tested on MacOSX and iOS.
-rw-r--r--dolt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/dolt.m4 b/dolt.m4
index d0fce08..d14bbe7 100644
--- a/dolt.m4
+++ b/dolt.m4
@@ -26,7 +26,7 @@ case $host in
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
pic_options='-fPIC'
;;
-i?86-apple-darwin*)
+*-apple-darwin*)
pic_options='-fno-common'
;;
*mingw*|*nacl*)