aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-20 15:21:50 +0300
committerFathi Boudra <fabo@debian.org>2011-10-20 15:21:50 +0300
commit03324e3990f00352b38ed00db271c756365891af (patch)
treeb63dcc4add648cc3f99e70b745ae7aa246e2ee53 /Makefile
parent840643efa638de9dc44f45dc4f3f1c81c2985498 (diff)
do not force softfp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc0f468..21ca995 100644
--- a/Makefile
+++ b/Makefile
@@ -314,12 +314,12 @@ ifeq ($(PLATFORM),linux)
endif
ifeq ($(ARCH),arm)
BASE_CFLAGS += -DPANDORA -I$(PNDSDK)/usr/include
- OPTIMIZE += -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp \
+ OPTIMIZE += -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 \
-mfpu=neon -ftree-vectorize -ffast-math -fomit-frame-pointer -fno-strict-aliasing -fsingle-precision-constant
SDL_CFLAGS=`$(PNDSDK)/usr/bin/sdl-config --cflags`
SDL_LIBS=`$(PNDSDK)/usr/bin/sdl-config --libs`
BASE_CFLAGS += -I$(PNDSDK)/usr/include/EGL/ -I$(PNDSDK)/usr/include/GLES/
- OPTIMIZEVM = -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp \
+ OPTIMIZEVM = -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 \
-mfpu=neon -ftree-vectorize -ffast-math -fomit-frame-pointer -fno-strict-aliasing -fsingle-precision-constant
endif
endif