[Openmcl-cvs-notifications] r9030 - /trunk/source/lisp-kernel/darwinppc64/Makefile
gb at clozure.com
gb at clozure.com
Sun Apr 6 07:17:48 EDT 2008
Author: gb
Date: Sun Apr 6 07:17:47 2008
New Revision: 9030
Log:
Need "-macosx_version_min 10.3.9" in LDFLAGS, to avoid setting bit
in mach_header that confuses Tiger.
Modified:
trunk/source/lisp-kernel/darwinppc64/Makefile
Modified: trunk/source/lisp-kernel/darwinppc64/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/darwinppc64/Makefile (original)
+++ trunk/source/lisp-kernel/darwinppc64/Makefile Sun Apr 6 07:17:47 2008
@@ -49,7 +49,7 @@
=
### The -seg1addr and -pagezero_size arguments below are nonsense;
### early versions of ld64 were/are broken.
-LDFLAGS =3D -M -arch ppc64 -dynamic -o $@ -e start -pagezero_size 0x1000 =
-seg1addr 0x1000 -sectalign __TEXT __text 0x1000
+LDFLAGS =3D -macosx_version_min 10.3.9 -M -arch ppc64 -dynamic -o $@ -e s=
tart -pagezero_size 0x1000 -seg1addr 0x1000 -sectalign __TEXT __text 0x1000
AS =3D as
M4 =3D gm4
M4FLAGS =3D -DDARWIN -DPPC -DPPC64
More information about the Openmcl-cvs-notifications
mailing list