Someone sent me this patch to build my Debian packages on alpha. Is
there any reason not to apply it to the trunk?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
--- xc/config/cf/host.def.orig  Mon Feb  3 21:38:24 2003
+++ xc/config/cf/host.def       Mon Feb  3 21:39:44 2003
@@ -4,11 +4,11 @@
  */
 #define XFree86CustomVersion "DRI trunk"
 
-#define DefaultGcc2AxpOpt -O2 -mcpu=ev6
+#define DefaultGcc2AxpOpt -O2 -mcpu=ev56
 #define DefaultGcc2PpcOpt -O2 -mcpu=750 -fsigned-char
 #define DefaultGcc2i386Opt -O2
 #if defined(AlphaArchitecture)
-#  define LibraryCDebugFlags -O2 -mcpu=ev6
+#  define LibraryCDebugFlags -O2 -mcpu=ev56
 #elif defined(PpcArchitecture)
 #  define LibraryCDebugFlags -O2 -mcpu=750 -fsigned-char
 #else

Reply via email to