From 948d4feb234b7f9fa8b4951921c593cabf7dafea Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 16 Feb 2014 01:38:07 +0100 Subject: CONFIGURE: Allow iPhone backend to be build with cctools' as. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 5499ceccb1..5f5013535b 100755 --- a/configure +++ b/configure @@ -2497,6 +2497,7 @@ if test -n "$_host"; then ;; iphone) DEFINES="$DEFINES -DIPHONE" + ASFLAGS="$ASFLAGS -arch armv6" _backend="iphone" _build_scalers=no _mt32emu=no -- cgit v1.2.3