X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=trunk%2Fevas%2Fdebian%2Frules;h=3fdf303e76eda43f9b2c8bb8ce9866a1c2883964;hb=314883ab6c4b3c36a9ee6307b9d3604ff8459d1b;hp=306250608176f7cf9601af87797cf8f09e09a2dd;hpb=eeaf66b8e9b756348d7afcaaeaecb166d64133ed;p=maemo-efl diff --git a/trunk/evas/debian/rules b/trunk/evas/debian/rules index 3062506..3fdf303 100755 --- a/trunk/evas/debian/rules +++ b/trunk/evas/debian/rules @@ -44,10 +44,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-software-16-x11 \ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 - ifneq (,$(findstring armel,$(DEB_BUILD_ARCH))) - CFLAGS += -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant + 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