Merge branch 'master' into thumb
[busybox-power] / debian / rules
index 3d36226..c68e792 100755 (executable)
@@ -13,9 +13,9 @@ STAMPS_DIR = debian/stamps
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CONFIG_DEBUG = y
 endif
-ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
+#ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
        THUMB := -mthumb
-endif
+#endif
 
 ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
     PARALLEL_JOBS := $(shell echo $(DEB_BUILD_OPTIONS) | \