Author: branden Date: 2003-06-04 10:08:27 -0500 (Wed, 04 Jun 2003) New Revision: 139
Modified: trunk/debian/changelog trunk/debian/rules Log: step compile optimization level down to -O from Policy-required -O2 for arm architecture as well as powerpc, due to GCC 3.3 issues (see Debian bug #195424) Modified: trunk/debian/rules ============================================================================== --- trunk/debian/rules 2003-06-04 13:06:54 UTC (rev 138) +++ trunk/debian/rules 2003-06-04 15:08:27 UTC (rev 139) @@ -99,9 +99,9 @@ endif endif -# *grumble* GCC 3.3 at -O2 is garbage on ppc; XXX: this would potentially -# override $(DEBUGFLAGS) if it were actually meaningful; see above -ifeq ($(ARCH),powerpc) +# *grumble* GCC 3.3 at -O2 is garbage on several architectures; XXX: this would +# potentially override $(DEBUGFLAGS) if it were actually meaningful; see above +ifneq (,$(findstring $(ARCH),arm powerpc)) IMAKE_DEFINES+=-DDefaultGcc2OptimizeOpt=-O endif Modified: trunk/debian/changelog ============================================================================== --- trunk/debian/changelog 2003-06-04 13:06:54 UTC (rev 138) +++ trunk/debian/changelog 2003-06-04 15:08:27 UTC (rev 139) @@ -16,11 +16,14 @@ - xutils depends on cpp-3.2, because imake uses cpp (thanks, James Troup) - slight clarifications to xserver-xfree86, x-window-system-core, and x-window-system package descriptions + * debian/rules: step compile optimization level down to -O from + Policy-required -O2 for arm architecture as well as powerpc, due to GCC + 3.3 issues (see Debian bug #195424) * debian/xlibs-pic.install*: sigh; add usr/X11R6/lib/libxkbfile_pic.a so that it's actually shipped in the package -- both LaMont and I overlooked this subtle detail :-P - -- Branden Robinson <[EMAIL PROTECTED]> Sun, 1 Jun 2003 18:59:51 -0500 + -- Branden Robinson <[EMAIL PROTECTED]> Wed, 4 Jun 2003 10:06:31 -0500 xfree86 (4.2.1-7) unstable; urgency=medium