Changeset 13000
- Timestamp:
- Oct 12, 2009, 1:47:11 PM (15 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 1 deleted
- 1 edited
-
darwinx8632/Makefile (modified) (3 diffs)
-
x86-pad32.s (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/darwinx8632/Makefile
r12914 r13000 20 20 RM = /bin/rm 21 21 LD = ld 22 LDFLAGS = -macosx_version_min 10.4 -arch i386 -dynamic -o $@ -e start -pagezero_size 0x11000 -seg1addr 0x00011000 -sectalign __TEXT __text 0x1000 -segprot __PAD - -22 LDFLAGS = -macosx_version_min 10.4 -arch i386 -dynamic -o $@ -e start -pagezero_size 0x11000 -seg1addr 0x00011000 -sectalign __TEXT __text 0x1000 23 23 AS = as 24 24 M4 = gm4 … … 44 44 DEBUGOBJ = lispdcmd.o plprint.o plsym.o x86_print.o xlbt.o 45 45 KERNELOBJ= imports.o $(COBJ) x86-asmutils32.o 46 LATEOBJ = x86-pad32.o47 46 48 47 SPINC = lisp.s m4macros.m4 x86-constants.s x86-macros.s errors.s x86-uuo.s x86-constants32.s … … 71 70 OSLIBS = $(OSEARLYLIBS) $(OSMIDDLELIBS) $(OSLATELIBS) 72 71 73 ../../dx86cl: $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(LATEOBJ)Makefile74 $(LD) $(LDFLAGS) $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(LATEOBJ)$(OSLIBS)72 ../../dx86cl: $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) Makefile 73 $(LD) $(LDFLAGS) $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS) 75 74 76 75
Note:
See TracChangeset
for help on using the changeset viewer.
