[maemo-commits] [maemo-commits] r9089 - projects/haf/trunk/gtk+/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 15 14:07:04 EET 2007
- Previous message: [maemo-commits] r9088 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r9090 - projects/haf/tags/gtk+2.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko Date: 2007-01-15 14:07:00 +0200 (Mon, 15 Jan 2007) New Revision: 9089 Modified: projects/haf/trunk/gtk+/debian/changelog projects/haf/trunk/gtk+/debian/rules Log: gtk+2.0 (2:2.6.10-2.osso29) unstable; urgency=low * debian/rules: Prefer HW floating points (via DEB_BUILD_OPTIONS=vfp) * Fixes: NB#50601 Gtk not compiled with HW FPU support Modified: projects/haf/trunk/gtk+/debian/changelog =================================================================== --- projects/haf/trunk/gtk+/debian/changelog 2007-01-15 11:59:58 UTC (rev 9088) +++ projects/haf/trunk/gtk+/debian/changelog 2007-01-15 12:07:00 UTC (rev 9089) @@ -1,3 +1,10 @@ +gtk+2.0 (2:2.6.10-2.osso29) unstable; urgency=low + + * debian/rules: Prefer HW floating points (via DEB_BUILD_OPTIONS=vfp) + * Fixes: NB#50601 Gtk not compiled with HW FPU support + + -- Tommi Komulainen <tommi.komulainen at nokia.com> Mon, 15 Jan 2007 14:03:46 +0200 + gtk+2.0 (2:2.6.10-2.osso28) unstable; urgency=low * Fixes: NB#48386 The scrolling speed in GtkMenu should be faster Modified: projects/haf/trunk/gtk+/debian/rules =================================================================== --- projects/haf/trunk/gtk+/debian/rules 2007-01-15 11:59:58 UTC (rev 9088) +++ projects/haf/trunk/gtk+/debian/rules 2007-01-15 12:07:00 UTC (rev 9089) @@ -21,10 +21,15 @@ CFLAGS += -O2 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 Property changes on: projects/haf/trunk/gtk+/debian/rules ___________________________________________________________________ Name: svn:executable + *
- Previous message: [maemo-commits] r9088 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r9090 - projects/haf/tags/gtk+2.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]