aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 309e11b301..54fec9d384 100755
--- a/configure
+++ b/configure
@@ -1147,6 +1147,9 @@ if test -n "$_host"; then
bfin*)
_need_memalign=yes
;;
+ *darwin*)
+ _ranlib=$_host-ranlib
+ ;;
gp2x)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SMUSH_ASM"