[Openmcl-cvs-notifications] r11912 - in /trunk/source/lisp-kernel: darwinx8632/Makefile darwinx8664/Makefile

gb at clozure.com gb at clozure.com
Wed Apr 8 13:53:16 EDT 2009


Author: gb
Date: Wed Apr  8 13:53:16 2009
New Revision: 11912

Log:
Insist on gcc-4.0, since later versions don't support Tiger very well.
In the darwinx8664 Makefile, refer to the linker as 'ld', since it
might make too much sense to be able to continue to refer to it as 'ld64'.

Modified:
    trunk/source/lisp-kernel/darwinx8632/Makefile
    trunk/source/lisp-kernel/darwinx8664/Makefile

Modified: trunk/source/lisp-kernel/darwinx8632/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/darwinx8632/Makefile (original)
+++ trunk/source/lisp-kernel/darwinx8632/Makefile Wed Apr  8 13:53:16 2009
@@ -27,6 +27,7 @@
 CDEFINES =3D -DDARWIN -DX86 -DX8632 #-DGC_INTEGRITY_CHECKING -DFORCE_DWS_M=
ARK -DDISABLE_EGC -DDEBUG_MACH_EXCEPTIONS
 CDEBUG =3D -g
 COPT =3D #-O2
+CC=3Dgcc-4.0
 =

 .s.o:
 	$(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@

Modified: trunk/source/lisp-kernel/darwinx8664/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/darwinx8664/Makefile (original)
+++ trunk/source/lisp-kernel/darwinx8664/Makefile Wed Apr  8 13:53:16 2009
@@ -21,8 +21,8 @@
 =

 VPATH =3D ..
 RM =3D /bin/rm
-LD =3D ld64
-
+LD =3D ld
+CC=3Dgcc-4.0
 =

 ### Current ld64 bugs include the claim that 0x1000 isn't a power of 2.
 ### Gosh.  I always thought that it was.  Go know, right ?



More information about the Openmcl-cvs-notifications mailing list