[Openmcl-cvs-notifications] r13603 - /trunk/source/lisp-kernel/freebsdx8632/Makefile
gb at clozure.com
gb at clozure.com
Sun Apr 11 10:44:39 UTC 2010
Author: gb
Date: Sun Apr 11 04:44:39 2010
New Revision: 13603
Log:
Define, -include PLATFORM_H.
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 Apr 11 04:44:39 2010
@@ -26,7 +26,7 @@
# Once in a while, -Wformat says something useful. The odds are against t=
hat,
# however.
WFORMAT =3D -Wno-format
-
+PLATFORM_H =3D platform-freebsdx8632.h
=
=
=
@@ -44,7 +44,7 @@
=
CHEADERS =3D area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \
lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
- Threads.h x86-constants32.h x86-exceptions.h
+ Threads.h x86-constants32.h x86-exceptions.h $(PLATFORM_H)
=
.if $(MACHINE) =3D=3D "amd64"
CROSS =3D -B/usr/lib32
@@ -59,7 +59,7 @@
.s.o:
$(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@
.c.o:
- $(CC) -I./ -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m32 -o $@
+ $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFO=
RMAT) -m32 -o $@
=
LINKSCRIPTFILE =3D # =
LINKSCRIPT =3D # -T $(LINKSCRIPTFILE)
More information about the Openmcl-cvs-notifications
mailing list