|
@@ -47,7 +47,7 @@
|
|
+#define XInputDrivers mouse keyboard
|
|
+#define XInputDrivers mouse keyboard
|
|
--- xc/config/cf/cross.def~ Thu May 12 15:28:01 MDT 2005
|
|
--- xc/config/cf/cross.def~ Thu May 12 15:28:01 MDT 2005
|
|
+++ xc/config/cf/cross.def Thu May 12 15:28:01 MDT 2005
|
|
+++ xc/config/cf/cross.def Thu May 12 15:28:01 MDT 2005
|
|
-@@ -1,45 +1,45 @@
|
|
|
|
|
|
+@@ -1,45 +1,63 @@
|
|
-/* $XFree86: xc/config/cf/cross.def,v 1.1 2000/12/08 22:09:34 keithp Exp $ */
|
|
-/* $XFree86: xc/config/cf/cross.def,v 1.1 2000/12/08 22:09:34 keithp Exp $ */
|
|
+/* $XFree86: xc/config/cf/cross.def,v 1.2 2001/03/30 02:15:17 keithp Exp $ */
|
|
+/* $XFree86: xc/config/cf/cross.def,v 1.2 2001/03/30 02:15:17 keithp Exp $ */
|
|
/*
|
|
/*
|
|
@@ -57,10 +57,27 @@
|
|
* given your local configuration.
|
|
* given your local configuration.
|
|
*/
|
|
*/
|
|
-#if 0
|
|
-#if 0
|
|
--#undef i386Architecture
|
|
|
|
-+#define i386Architecture
|
|
|
|
|
|
++/* Undefine any architectures detected */
|
|
|
|
+ #undef i386Architecture
|
|
-#define Arm32Architecture
|
|
-#define Arm32Architecture
|
|
|
|
++#undef AMD64Architecture
|
|
|
|
++#undef PpcArchitecture
|
|
|
|
++#undef SparcArchitecture
|
|
|
|
++#undef AlphaArchitecture
|
|
+#undef Arm32Architecture
|
|
+#undef Arm32Architecture
|
|
|
|
++#undef ia64Architecture
|
|
|
|
++#undef MipsArchitecture
|
|
|
|
++
|
|
|
|
++/* Cross compiling for: */
|
|
|
|
++#define REPLACE_XORG_ARCHArchitecture
|
|
|
|
++
|
|
|
|
++/* MTRR detection in linux.cf is exec'ed before cross.def, so redo it here */
|
|
|
|
++#undef HasMTRRSupport
|
|
|
|
++#if defined (i386Architecture) || defined (AMD64Architecture)
|
|
|
|
++# define HasMTRRSupport YES
|
|
|
|
++#else
|
|
|
|
++# define HasMTRRSupport NO /* no for non-ix86 */
|
|
|
|
++#endif
|
|
|
|
|
|
#undef OptimizedCDebugFlags
|
|
#undef OptimizedCDebugFlags
|
|
-#define OptimizedCDebugFlags -O2
|
|
-#define OptimizedCDebugFlags -O2
|