From 4ca85f0859c3e9fa6bfe4f16c4ba2aa466cebbb0 Mon Sep 17 00:00:00 2001 From: jait Date: Sat, 17 Oct 2009 17:30:30 +0000 Subject: [PATCH] update compile flags for fremantle git-svn-id: file:///svnroot/tunertool/trunk@32 4bb5ff34-d565-4b58-9699-12000fa1827a --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 1.7.9.5