diff options
author | notaz | 2012-11-30 02:53:25 +0200 |
---|---|---|
committer | notaz | 2012-12-02 02:37:11 +0200 |
commit | 665f33e1e8ce2e40a7939a33075c3bce1c90790c (patch) | |
tree | e698dae48cdae636961762d00fb6a42e80653dcd /jni/Android.mk | |
parent | da710571b75db7031b82924ab3ad47eb645ce215 (diff) | |
download | pcsx_rearmed-665f33e1e8ce2e40a7939a33075c3bce1c90790c.tar.gz pcsx_rearmed-665f33e1e8ce2e40a7939a33075c3bce1c90790c.tar.bz2 pcsx_rearmed-665f33e1e8ce2e40a7939a33075c3bce1c90790c.zip |
improve ARM feature detection
Diffstat (limited to 'jni/Android.mk')
-rw-r--r-- | jni/Android.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jni/Android.mk b/jni/Android.mk index 98f59f8..60db810 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -19,12 +19,6 @@ endif ifeq ($(TARGET_ARCH),arm) LOCAL_ARM_MODE := arm - ifeq ($(TARGET_ARCH_EABI),armeabi-v7a) - LOCAL_CFLAGS += -DHAVE_ARMV7=1 - else - LOCAL_CFLAGS += -DHAVE_ARMV7=0 - endif - LOCAL_CFLAGS += -DANDROID_ARM LOCAL_SRC_FILES += ../libpcsxcore/gte_arm.S |