aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-16 01:38:07 +0100
committerJohannes Schickel2014-03-06 21:13:57 +0100
commit948d4feb234b7f9fa8b4951921c593cabf7dafea (patch)
tree51e0f93881b2a9c6399bc2241ab568be4252ca5a /configure
parent0063c25805be62ff490af4a1d8aaf1490114b895 (diff)
downloadscummvm-rg350-948d4feb234b7f9fa8b4951921c593cabf7dafea.tar.gz
scummvm-rg350-948d4feb234b7f9fa8b4951921c593cabf7dafea.tar.bz2
scummvm-rg350-948d4feb234b7f9fa8b4951921c593cabf7dafea.zip
CONFIGURE: Allow iPhone backend to be build with cctools' as.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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