Commit ff74092d authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: compile iOS contribs with thumb support

parent 968d0c6e
......@@ -210,7 +210,7 @@ case "${OS}" in
add_make_enabled "HAVE_MACOSX" "HAVE_DARWIN_OS" "HAVE_BSD"
else
check_ios_sdk
add_make_enabled "HAVE_IOS" "HAVE_DARWIN_OS" "HAVE_BSD"
add_make_enabled "HAVE_IOS" "HAVE_DARWIN_OS" "HAVE_BSD" "HAVE_NEON"
fi
;;
*bsd*)
......
......@@ -153,7 +153,7 @@ LD=xcrun ld
STRIP=xcrun strip
RANLIB=xcrun ranlib
ifeq ($(ARCH), arm)
EXTRA_CFLAGS += -arch armv7 -mno-thumb -mcpu=cortex-a8
EXTRA_CFLAGS += -arch armv7 -mcpu=cortex-a8
EXTRA_LDFLAGS += -arch armv7
else
EXTRA_CFLAGS += -m32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment