[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 162 - trunk/debian



Author: branden
Date: 2003-06-08 22:52:47 -0500 (Sun, 08 Jun 2003)
New Revision: 162

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Step optimization level down to -O from -O2 for all architectures;
XDM-AUTHORIZATION-1 breakage induced by GCC 3.3 is present on i386 as well,
so it probably affects (several|all) architectures.


Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	2003-06-08 18:25:15 UTC (rev 161)
+++ trunk/debian/rules	2003-06-09 03:52:47 UTC (rev 162)
@@ -101,9 +101,9 @@
 
 # *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))
+#ifneq (,$(findstring $(ARCH),arm powerpc))
 IMAKE_DEFINES+=-DDefaultGcc2OptimizeOpt=-O
-endif
+#endif
 
 # Read in important variables.
 include debian/scripts/vars

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	2003-06-08 18:25:15 UTC (rev 161)
+++ trunk/debian/changelog	2003-06-09 03:52:47 UTC (rev 162)
@@ -18,8 +18,8 @@
     - 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)
+    Policy-required -O2 for all architectures, not just powerpc, due to GCC
+    3.3 issues (see Debian bugs #195424,#196554,#196575,#196621, etc.)
   * 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
@@ -31,7 +31,7 @@
     reported (based on a patch by Petter Reinholdtsen) (Closes: #179904)
   * debian/local/Xsession.5: document Xsession's new behavior
 
- -- Branden Robinson <branden@debian.org>  Thu,  5 Jun 2003 08:15:53 -0500
+ -- Branden Robinson <branden@debian.org>  Sun,  8 Jun 2003 22:49:48 -0500
 
 xfree86 (4.2.1-7) unstable; urgency=medium
 



Reply to: