Changeset 13624
- Timestamp:
- Apr 14, 2010, 4:47:03 PM (15 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 2 edited
-
linuxx8632/Makefile (modified) (2 diffs)
-
linuxx8664/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/linuxx8632/Makefile
r13594 r13624 27 27 # however. 28 28 WFORMAT = -Wno-format 29 PLATFORM_H = platform-darwinx8632.h 29 30 30 31 # If the linker supports a "--hash-style=" option, use traditional … … 42 43 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@ 43 44 .c.o: 44 $(CC) - I./-c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m32 -o $@45 $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m32 -o $@ 45 46 46 47 SPOBJ = pad.o x86-spjump32.o x86-spentry32.o x86-subprims32.o -
trunk/source/lisp-kernel/linuxx8664/Makefile
r13594 r13624 27 27 # however. 28 28 WFORMAT = -Wno-format 29 PLATFORM_H = platform-linuxx8664.h 29 30 30 31 # If the linker supports a "--hash-style=" option, use traditional … … 42 43 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@ 43 44 .c.o: 44 $(CC) - I./-c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m64 -o $@45 $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) -m64 -o $@ 45 46 46 47 SPOBJ = pad.o x86-spjump64.o x86-spentry64.o x86-subprims64.o
Note:
See TracChangeset
for help on using the changeset viewer.
