[maemo-commits] [maemo-commits] r9110 - projects/haf/branches/pango1.0/1.8.1-1osso16/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 16 09:57:16 EET 2007
- Previous message: [maemo-commits] r9109 - projects/haf/tags/pango1.0
- Next message: [maemo-commits] r9111 - projects/haf/tags/pango1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tpalli Date: 2007-01-16 09:57:15 +0200 (Tue, 16 Jan 2007) New Revision: 9110 Modified: projects/haf/branches/pango1.0/1.8.1-1osso16/debian/changelog projects/haf/branches/pango1.0/1.8.1-1osso16/debian/rules Log: hw floating support Modified: projects/haf/branches/pango1.0/1.8.1-1osso16/debian/changelog =================================================================== --- projects/haf/branches/pango1.0/1.8.1-1osso16/debian/changelog 2007-01-16 07:55:19 UTC (rev 9109) +++ projects/haf/branches/pango1.0/1.8.1-1osso16/debian/changelog 2007-01-16 07:57:15 UTC (rev 9110) @@ -1,3 +1,10 @@ +pango1.0 (1.8.1-1osso19) unstable; urgency=low + + * use hw floating point if available + * Fixes: NB#50600 + + -- Tapani Pälli <tapani.palli at nokia.com> Tue, 16 Jan 2007 08:37:14 +0200 + pango1.0 (1.8.1-1osso18) unstable; urgency=low * take away self-dependency, don't build -udeb! Modified: projects/haf/branches/pango1.0/1.8.1-1osso16/debian/rules =================================================================== --- projects/haf/branches/pango1.0/1.8.1-1osso16/debian/rules 2007-01-16 07:55:19 UTC (rev 9109) +++ projects/haf/branches/pango1.0/1.8.1-1osso16/debian/rules 2007-01-16 07:57:15 UTC (rev 9110) @@ -23,11 +23,15 @@ CFLAGS += -O2 -g endif +# Use hardware floating point +ifneq (,$(findstring vfp,$(DEB_BUILD_OPTIONS))) + CFLAGS += -mfpu=vfp -mfloat-abi=softfp # Use soft-float and thumb mode if it enabled. +else ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS))) CFLAGS += -mthumb endif - +endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif
- Previous message: [maemo-commits] r9109 - projects/haf/tags/pango1.0
- Next message: [maemo-commits] r9111 - projects/haf/tags/pango1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]