[xorg-commit-diffs] xc/lib/GL/mesa/src Imakefile,1.1.4.1,1.1.4.2

Alan Coopersmith xorg-commit at pdx.freedesktop.org
Sun Apr 18 13:00:45 EST 2004


Committed by: alanc

Update of /cvs/xorg/xc/lib/GL/mesa/src
In directory pdx:/tmp/cvs-serv28538/lib/GL/mesa/src

Modified Files:
      Tag: XORG-CURRENT
	Imakefile 
Log Message:
	* xc/lib/GL/glx/Imakefile
	* xc/lib/GL/mesa/src/Imakefile
	LargePICTable required for Solaris SPARC builds

	* xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c
	* xc/programs/Xserver/hw/xfree86/common/xf86Events.c
	Add != NULL to if statements to get past syntax error reported
	by Sun Forte 6.1 cc.

	* xc/config/imake/imake.c
	* xc/config/cf/sun.cf
	* xc/config/cf/sunLib.tmpl
	Allow compiling with Sun compilers installed somewhere other than
	/opt/SUNWspro

	* xc/programs/Xserver/hw/xfree86/common/compiler.h
	* xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
	Check for defined(sparc) as well as defined(__sparc__) since Sun
	compilers don't define __sparc__



Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/lib/GL/mesa/src/Imakefile,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/Imakefile	5 Mar 2004 13:38:56 -0000	1.1.4.1
+++ b/Imakefile	18 Apr 2004 03:00:42 -0000	1.1.4.2
@@ -26,6 +26,11 @@
 #define DoProfileLib NO
 #endif
 
+/* Large PIC tables needed for Solaris SPARC builds */
+#if (defined(SunArchitecture) && defined(SparcArchitecture))
+# define LargePICTable YES
+#endif
+
 #if Malloc0ReturnsNull
 ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
 #endif




More information about the xorg-commit-diffs mailing list