Disable CPU type optimization for Fremantle
[browser-switch] / debian / rules
index 201148e..59a3606 100755 (executable)
@@ -9,9 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Optimize for N8x0 CPUs if building for armel
 ifeq ($(DEB_HOST_ARCH),armel)
-       EXTRA_CFLAGS += -mcpu=arm1136jf-s
+       #EXTRA_CFLAGS += -mcpu=arm1136jf-s
        # Use Thumb for smaller binaries if requested
        ifneq (,$(filter thumb,$(DEB_BUILD_OPTIONS)))
                EXTRA_CFLAGS += -mthumb