[Openmcl-cvs-notifications] r11371 - /trunk/source/lisp-kernel/freebsdx8632/Makefile

gb at clozure.com gb at clozure.com
Sun Nov 16 07:19:25 EST 2008


Author: gb
Date: Sun Nov 16 07:19:25 2008
New Revision: 11371

Log:
maybe setup for cross compilation from 64-bit FreeBSD

Modified:
    trunk/source/lisp-kernel/freebsdx8632/Makefile

Modified: trunk/source/lisp-kernel/freebsdx8632/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/freebsdx8632/Makefile (original)
+++ trunk/source/lisp-kernel/freebsdx8632/Makefile Sun Nov 16 07:19:25 2008
@@ -43,12 +43,15 @@
 	lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
 	Threads.h x86-constants32.h x86-exceptions.h
 =

+.if $(MACHINE) =3D=3D "amd64"
+CROSS =3D -B/usr/lib32
+.endif
 =

 KSPOBJ =3D $(SPOBJ)
 all:	../../fx86cl
 =

 =

-OSLIBS =3D -lm -lthr
+OSLIBS =3D -lm -lthr $(CROSS)
 =

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



More information about the Openmcl-cvs-notifications mailing list