CONFIGURE: Allow iPhone backend to be build with cctools' as.

This commit is contained in:
Johannes Schickel 2014-02-16 01:38:07 +01:00
parent 0063c25805
commit 948d4feb23

1
configure vendored
View file

@ -2497,6 +2497,7 @@ if test -n "$_host"; then
;;
iphone)
DEFINES="$DEFINES -DIPHONE"
ASFLAGS="$ASFLAGS -arch armv6"
_backend="iphone"
_build_scalers=no
_mt32emu=no