extra options for armel build returned back
authored_ <bartosh@gmail.com>
Sun, 9 Dec 2007 17:44:37 +0000 (17:44 +0000)
committered_ <bartosh@gmail.com>
Sun, 9 Dec 2007 17:44:37 +0000 (17:44 +0000)
trunk/ecore/debian/rules

index 45e0179..da4d837 100755 (executable)
@@ -21,6 +21,7 @@ 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
        ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS)))
                CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s
        endif