On Fre, 2003-02-07 at 01:53, Alan Hourihane wrote:
> On Fri, Feb 07, 2003 at 01:49:29AM +0100, Michel Dänzer wrote:
> > On Fre, 2003-02-07 at 00:19, Alan Hourihane wrote:
> > > On Fri, Feb 07, 2003 at 12:04:59AM +0100, Michel Dnzer wrote:
> > > > Someone sent me this patch to build my Debian packages on alpha. Is
> > > > there any reason not to apply it to the trunk?
> > > 
> > > Technically we shouldn't be compiling with any CPU options. So I'm
> > > o.k. with removing them for all architectures.
> > 
> > Remove it all then, like this?
> 
> Yeah, that's it. But I'm thinking more to comment them out now, so people
> now how to set them up if need be without having to remember what it was
> to optimize things.

Like this then? :)


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
Index: config/cf/host.def
===================================================================
RCS file: /cvsroot/dri/xc/xc/config/cf/host.def,v
retrieving revision 1.48
diff -p -u -r1.48 host.def
--- config/cf/host.def	4 Dec 2002 11:55:04 -0000	1.48
+++ config/cf/host.def	7 Feb 2003 01:23:26 -0000
@@ -4,6 +4,11 @@
  */
 #define XFree86CustomVersion "DRI trunk"
 
+
+/* Don't use any special flags by default, but leave this here commented out
+ * so people see how to if they want
+ */
+/*
 #define DefaultGcc2AxpOpt -O2 -mcpu=ev6
 #define DefaultGcc2PpcOpt -O2 -mcpu=750
 #define DefaultGcc2i386Opt -O2
@@ -14,6 +19,8 @@
 #else
 #  define LibraryCDebugFlags -O2
 #endif
+*/
+
 
 #define BuildXFree86ConfigTools YES
 

Reply via email to