[maemo-commits] [maemo-commits] r9324 - projects/haf/trunk/gtk+/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 25 09:44:16 EET 2007
Author: tko
Date: 2007-01-25 09:44:13 +0200 (Thu, 25 Jan 2007)
New Revision: 9324

Modified:
   projects/haf/trunk/gtk+/debian/changelog
   projects/haf/trunk/gtk+/debian/rules
Log:
gtk+2.0 (2:2.6.10-2.osso30) unstable; urgency=low

  * debian/rules: Revert vfp and go back to thumb mode
  * Fixes: NB#50847 remove HW floating point from GTK+ and use thumb


Modified: projects/haf/trunk/gtk+/debian/changelog
===================================================================
--- projects/haf/trunk/gtk+/debian/changelog	2007-01-24 18:59:40 UTC (rev 9323)
+++ projects/haf/trunk/gtk+/debian/changelog	2007-01-25 07:44:13 UTC (rev 9324)
@@ -1,3 +1,10 @@
+gtk+2.0 (2:2.6.10-2.osso30) unstable; urgency=low
+
+  * debian/rules: Revert vfp and go back to thumb mode
+  * Fixes: NB#50847 remove HW floating point from GTK+ and use thumb
+
+ -- Tommi Komulainen <tommi.komulainen at nokia.com>  Thu, 25 Jan 2007 09:36:07 +0200
+
 gtk+2.0 (2:2.6.10-2.osso29.1) unstable; urgency=low
 
   * Brown paper bag fix the build release

Modified: projects/haf/trunk/gtk+/debian/rules
===================================================================
--- projects/haf/trunk/gtk+/debian/rules	2007-01-24 18:59:40 UTC (rev 9323)
+++ projects/haf/trunk/gtk+/debian/rules	2007-01-25 07:44:13 UTC (rev 9324)
@@ -21,15 +21,10 @@
 	CFLAGS += -O2
 endif
 
-# 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
 
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s


More information about the maemo-commits mailing list