On Fre, 2003-02-07 at 00:19, Alan Hourihane wrote:
> On Fri, Feb 07, 2003 at 12:04:59AM +0100, Michel Dänzer 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?


-- 
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 00:48:32 -0000
@@ -4,17 +4,6 @@
  */
 #define XFree86CustomVersion "DRI trunk"
 
-#define DefaultGcc2AxpOpt -O2 -mcpu=ev6
-#define DefaultGcc2PpcOpt -O2 -mcpu=750
-#define DefaultGcc2i386Opt -O2
-#if defined(AlphaArchitecture)
-#  define LibraryCDebugFlags -O2 -mcpu=ev6
-#elif defined(PpcArchitecture)
-#  define LibraryCDebugFlags -O2 -mcpu=750
-#else
-#  define LibraryCDebugFlags -O2
-#endif
-
 #define BuildXFree86ConfigTools YES
 
 #if defined(PpcArchitecture)

Reply via email to