- Timestamp:
- Nov 18, 2007, 4:16:07 AM (17 years ago)
- Location:
- branches/working-0711/ccl/lisp-kernel
- Files:
-
- 2 edited
-
linuxppc/Makefile (modified) (1 diff)
-
linuxppc64/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lisp-kernel/linuxppc/Makefile
r5997 r7671 58 58 ASMOBJ = ppc-asmutils.o imports.o 59 59 60 COBJ = pmcl-kernel.o ppc-gc.o bits.o ppc-exceptions.o \60 COBJ = pmcl-kernel.o gc-common.o ppc-gc.o bits.o ppc-exceptions.o \ 61 61 image.o thread_manager.o lisp-debug.o memory.o 62 62 -
branches/working-0711/ccl/lisp-kernel/linuxppc64/Makefile
r5997 r7671 46 46 ASMOBJ = ppc-asmutils.o imports.o 47 47 48 COBJ = pmcl-kernel.o ppc-gc.o bits.o ppc-exceptions.o \48 COBJ = pmcl-kernel.o gc-common.o ppc-gc.o bits.o ppc-exceptions.o \ 49 49 image.o thread_manager.o lisp-debug.o memory.o 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
