[maemo-commits] [maemo-commits] r9384 - projects/haf/branches/pango1.0/1.8.1-1osso16/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 29 13:10:54 EET 2007
- Previous message: [maemo-commits] r9383 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9385 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: libhildondesktop loader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tpalli Date: 2007-01-29 13:10:53 +0200 (Mon, 29 Jan 2007) New Revision: 9384 Modified: projects/haf/branches/pango1.0/1.8.1-1osso16/debian/changelog projects/haf/branches/pango1.0/1.8.1-1osso16/debian/rules Log: revert hw floating point support due to excessive memory usage 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-29 10:20:29 UTC (rev 9383) +++ projects/haf/branches/pango1.0/1.8.1-1osso16/debian/changelog 2007-01-29 11:10:53 UTC (rev 9384) @@ -1,3 +1,11 @@ +pango1.0 (1.8.1-1osso20) unstable; urgency=low + + * revert hw floating point patch due to rather large memory tradeoff it + caused + * Fixes: NB#50866 + + -- Tapani Pälli <tapani.palli at nokia.com> Mon, 29 Jan 2007 13:08:42 +0200 + pango1.0 (1.8.1-1osso19) unstable; urgency=low * use hw floating point if available 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-29 10:20:29 UTC (rev 9383) +++ projects/haf/branches/pango1.0/1.8.1-1osso16/debian/rules 2007-01-29 11:10:53 UTC (rev 9384) @@ -23,15 +23,11 @@ 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] r9383 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9385 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: libhildondesktop loader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]