X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=trunk%2Feet%2Fdebian%2Frules;h=5437088abf7dbadbce4075bec42a57dfed6a0cd2;hb=7304850eb7d8338672b0979559c42b66c8755492;hp=29bd6f57994797778c1314a5e960674fed7bdb24;hpb=cc4d19430debc97f8d576b9c6878a5886c170d89;p=maemo-efl diff --git a/trunk/eet/debian/rules b/trunk/eet/debian/rules index 29bd6f5..5437088 100755 --- a/trunk/eet/debian/rules +++ b/trunk/eet/debian/rules @@ -2,18 +2,16 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 - ifneq (,$(findstring armel,$(DEB_BUILD_ARCH))) + CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS))) CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s endif ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS))) - CFLAGS += -mcpu=arm926ej-s + CFLAGS += -mcpu=arm926ej-s endif endif