[maemo-commits] [maemo-commits] r8445 - projects/haf/trunk/dbus-glib/debian

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Wed Nov 29 13:01:14 EET 2006
Author: kihamala
Date: 2006-11-29 13:01:13 +0200 (Wed, 29 Nov 2006)
New Revision: 8445

Modified:
   projects/haf/trunk/dbus-glib/debian/changelog
   projects/haf/trunk/dbus-glib/debian/rules
Log:
added thumb support


Modified: projects/haf/trunk/dbus-glib/debian/changelog
===================================================================
--- projects/haf/trunk/dbus-glib/debian/changelog	2006-11-29 10:48:03 UTC (rev 8444)
+++ projects/haf/trunk/dbus-glib/debian/changelog	2006-11-29 11:01:13 UTC (rev 8445)
@@ -1,3 +1,10 @@
+dbus-glib (0.72-osso2) experimental; urgency=low
+
+  * UNRELEASED
+  * Added support for compiling with thumb instructions.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Wed, 29 Nov 2006 12:59:47 +0200
+
 dbus-glib (0.72-osso1) experimental; urgency=low
 
   * Upstream upgraded to 0.72 (used debian scripts from 0.71-3 as the

Modified: projects/haf/trunk/dbus-glib/debian/rules
===================================================================
--- projects/haf/trunk/dbus-glib/debian/rules	2006-11-29 10:48:03 UTC (rev 8444)
+++ projects/haf/trunk/dbus-glib/debian/rules	2006-11-29 11:01:13 UTC (rev 8445)
@@ -12,6 +12,11 @@
 DEB_TAR_SRCDIR := dbus-glib-0.72
 include /usr/share/cdbs/1/rules/tarball.mk
 
+# Use soft-float and thumb mode if it is enabled.
+ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -mthumb
+endif
+
 # Strict library versioning
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 


More information about the maemo-commits mailing list