update compile flags for fremantle
authorjait <jari.tenhunen@iki.fi>
Sat, 17 Oct 2009 17:30:30 +0000 (17:30 +0000)
committerjait <jari.tenhunen@iki.fi>
Sat, 17 Oct 2009 17:30:30 +0000 (17:30 +0000)
git-svn-id: file:///svnroot/tunertool/trunk@32 4bb5ff34-d565-4b58-9699-12000fa1827a

debian/rules

index de20ecb..fbea5e7 100755 (executable)
@@ -19,7 +19,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 else
        CFLAGS += -O2
        ifneq (,$(findstring $(DEB_HOST_ARCH),arm armel))
-               CFLAGS += -mcpu=arm926ej-s 
+               CFLAGS += -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp
        endif
 endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))