[Xorg-commit] xc/config/imake imakemdep.h,1.1.4.3,1.1.4.4

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/config/imake
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/config/imake

Modified Files:
      Tag: XORG-CURRENT
	imakemdep.h 
Log Message:
merge most of XFree86 RC3 (4.3.99.903) from vendor branch.
bug #214


Index: imakemdep.h
===================================================================
RCS file: /cvs/xorg/xc/config/imake/imakemdep.h,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- a/imakemdep.h	30 Nov 2003 16:46:49 -0000	1.1.4.3
+++ b/imakemdep.h	23 Feb 2004 21:31:45 -0000	1.1.4.4
@@ -24,7 +24,7 @@
 in this Software without prior written authorization from The Open Group.
 
 */
-/* $XFree86: xc/config/imake/imakemdep.h,v 3.71 2003/06/12 14:12:26 eich Exp $ */
+/* $XFree86: xc/config/imake/imakemdep.h,v 3.72 2003/12/30 01:53:52 tsi Exp $ */
 
 
 /* 
@@ -1014,9 +1014,18 @@
 #ifdef sparc
 	{"sparc", "1"},
 #endif
+#ifdef __sparc
+	{"__sparc", "1"},
+#endif
+#ifdef __sparcv9
+	{"__sparcv9", "1"},
+#endif
 #ifdef __sparc__
 	{"__sparc__", "1"},
 #endif
+#ifdef __sparcv9__
+	{"__sparcv9__", "1"},
+#endif
 #ifdef hpux
 	{"hpux", "1"},
 #endif
@@ -1263,6 +1272,9 @@
 	{"__AMD64__", "1"},
 	{"__x86_64__", "1"},
 # endif
+# ifdef __i386
+	{"__i386", "1"},
+# endif
 # ifdef __i386__
 	{"__i386__", "1"},
 # endif





More information about the xorg-commit mailing list