X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Frules;h=fbea5e7c2a350ea001bf02290935eb8d03be511d;hb=4ca85f0859c3e9fa6bfe4f16c4ba2aa466cebbb0;hp=de20ecbcf9cf8a3b80c48ad1b2c29642f8d98acf;hpb=cee1d8d35d786c117e7ca4dbd10ba2aaf84414b4;p=tunertool diff --git a/debian/rules b/debian/rules index de20ecb..fbea5e7 100755 --- a/debian/rules +++ b/debian/rules @@ -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)))