[Openmcl-cvs-notifications] r13624 - in /trunk/source/lisp-kernel: linuxx8632/Makefile linuxx8664/Makefile
rme at clozure.com
rme at clozure.com
Thu Apr 15 00:47:03 UTC 2010
Author: rme
Date: Wed Apr 14 18:47:03 2010
New Revision: 13624
Log:
Define, -include PLATFORM_H.
Modified:
trunk/source/lisp-kernel/linuxx8632/Makefile
trunk/source/lisp-kernel/linuxx8664/Makefile
Modified: trunk/source/lisp-kernel/linuxx8632/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/linuxx8632/Makefile (original)
+++ trunk/source/lisp-kernel/linuxx8632/Makefile Wed Apr 14 18:47:03 2010
@@ -26,6 +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-darwinx8632.h
=
# If the linker supports a "--hash-style=3D" option, use traditional
# SysV hash tables. (If it doesn't support that option, assume
@@ -41,7 +42,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 $@
=
SPOBJ =3D pad.o x86-spjump32.o x86-spentry32.o x86-subprims32.o
ASMOBJ =3D x86-asmutils32.o imports.o
Modified: trunk/source/lisp-kernel/linuxx8664/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/linuxx8664/Makefile (original)
+++ trunk/source/lisp-kernel/linuxx8664/Makefile Wed Apr 14 18:47:03 2010
@@ -26,6 +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-linuxx8664.h
=
# If the linker supports a "--hash-style=3D" option, use traditional
# SysV hash tables. (If it doesn't support that option, assume
@@ -41,7 +42,7 @@
.s.o:
$(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@
.c.o:
- $(CC) -I./ -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m64 -o $@
+ $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFO=
RMAT) -m64 -o $@
=
SPOBJ =3D pad.o x86-spjump64.o x86-spentry64.o x86-subprims64.o
ASMOBJ =3D x86-asmutils64.o imports.o
More information about the Openmcl-cvs-notifications
mailing list