[maemo-commits] [maemo-commits] r13500 - projects/haf/trunk/pango1.0/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 30 17:36:25 EEST 2007
Author: fherrera
Date: 2007-08-30 17:36:24 +0300 (Thu, 30 Aug 2007)
New Revision: 13500

Modified:
   projects/haf/trunk/pango1.0/debian/changelog
   projects/haf/trunk/pango1.0/debian/rules
Log:
pango1.0 (1.16.4-1osso3) unstable; urgency=low

  * Enable floating point. Patch by Leonid Moiseichuk. Fixes: NB#61989




Modified: projects/haf/trunk/pango1.0/debian/changelog
===================================================================
--- projects/haf/trunk/pango1.0/debian/changelog	2007-08-30 14:22:55 UTC (rev 13499)
+++ projects/haf/trunk/pango1.0/debian/changelog	2007-08-30 14:36:24 UTC (rev 13500)
@@ -1,3 +1,9 @@
+pango1.0 (1.16.4-1osso3) unstable; urgency=low
+
+  * Enable floating point. Patch by Leonid Moiseichuk. Fixes: NB#61989
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Thu, 30 Aug 2007 17:34:51 +0300
+
 pango1.0 (1.16.4-1osso2) unstable; urgency=low
 
   * Fix packaging to not include .la files

Modified: projects/haf/trunk/pango1.0/debian/rules
===================================================================
--- projects/haf/trunk/pango1.0/debian/rules	2007-08-30 14:22:55 UTC (rev 13499)
+++ projects/haf/trunk/pango1.0/debian/rules	2007-08-30 14:36:24 UTC (rev 13500)
@@ -23,10 +23,15 @@
 	CFLAGS += -O2 -g
 endif
 
-# Use soft-float and thumb mode if it 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
 
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s


More information about the maemo-commits mailing list