[maemo-commits] [maemo-commits] r13825 - projects/haf/trunk/gconf2/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 14 18:41:59 EEST 2007
Author: martyn
Date: 2007-09-14 18:41:55 +0300 (Fri, 14 Sep 2007)
New Revision: 13825

Modified:
   projects/haf/trunk/gconf2/debian/changelog
   projects/haf/trunk/gconf2/debian/rules
Log:
Release 2.16.0-1osso8

Modified: projects/haf/trunk/gconf2/debian/changelog
===================================================================
--- projects/haf/trunk/gconf2/debian/changelog	2007-09-14 14:11:07 UTC (rev 13824)
+++ projects/haf/trunk/gconf2/debian/changelog	2007-09-14 15:41:55 UTC (rev 13825)
@@ -1,3 +1,9 @@
+gconf2 (2.16.0-1osso8) unstable; urgency=low
+
+  * Fixes: NB#61975, would be nice to enable floating point in gconf
+
+ -- Martyn Russell <martyn at imendio.com>  Fri, 14 Sep 2007 17:00:00 +0100
+
 gconf2 (2.16.0-1osso7) unstable; urgency=low
 
   * Fixes: NB#65728, Debug package missing for gconf2

Modified: projects/haf/trunk/gconf2/debian/rules
===================================================================
--- projects/haf/trunk/gconf2/debian/rules	2007-09-14 14:11:07 UTC (rev 13824)
+++ projects/haf/trunk/gconf2/debian/rules	2007-09-14 15:41:55 UTC (rev 13825)
@@ -42,11 +42,17 @@
 
 CFLAGS ?= -O2 -g
 
-# Use soft-float and thumb mode if it is enabled.
+# Prefer hardware floating point if enabled
+ifneq (,$(findstring vfp,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -mfpu=vfp -mfloat-abi=softfp
+else
+# Use soft-float and thumb mode if it enabled.
 ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -mthumb
 endif
+endif
 
+
 post-patches:: debian/stamp-autothings-update
 debian/stamp-autothings-update:
 	NOCONFIGURE=1 ./autogen.sh


More information about the maemo-commits mailing list