Changeset 13624 for trunk/source/lisp-kernel/linuxx8664
- Timestamp:
- Apr 14, 2010, 11:47:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.