Merge branch 'master' into thumb
authorDennis Groenen <tj.groenen@gmail.com>
Sat, 13 Oct 2012 14:24:02 +0000 (16:24 +0200)
committerDennis Groenen <tj.groenen@gmail.com>
Sat, 13 Oct 2012 14:24:02 +0000 (16:24 +0200)
Conflicts:
debian/changelog

debian/changelog
debian/config/config.busybox
debian/control
debian/rules

index 6bd60d8..bf20351 100644 (file)
@@ -12,6 +12,12 @@ busybox-power (1.20.2power2) unstable; urgency=low
 
  -- Dennis Groenen <tj.groenen@gmail.com>  Wed, 19 Sep 2012 23:39:03 +0200
 
+busybox-power (1.20.2power1-thumb0) unstable; urgency=low
+
+  * Enable thumb compilation
+
+ -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 25 Aug 2012 14:54:55 +0200
+
 busybox-power (1.20.2power1) unstable; urgency=low
 
   * New upstream release (BusyBox 1.20.2)
index 996d87f..3b01b77 100644 (file)
@@ -63,7 +63,7 @@ CONFIG_FEATURE_HAVE_RPC=y
 CONFIG_LFS=y
 CONFIG_CROSS_COMPILER_PREFIX=""
 CONFIG_SYSROOT=""
-CONFIG_EXTRA_CFLAGS=""
+CONFIG_EXTRA_CFLAGS="-fgnu89-inline"
 CONFIG_EXTRA_LDFLAGS=""
 CONFIG_EXTRA_LDLIBS=""
 
index cfb3390..72ce1e8 100644 (file)
@@ -9,7 +9,7 @@ Standards-Version: 3.7.3
 
 Package: busybox-power
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, kernel-feature-errata-430973-workaround
 XB-Maemo-Display-Name: Enhanced BusyBox shell
 Description: Tiny utilities for small and embedded systems - enhanced package
  BusyBox combines tiny versions of many common UNIX utilities into a
index 0fffe9e..5d2c387 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) | \