Changeset 11580 for trunk/source/lisp-kernel/linuxppc/Makefile
- Timestamp:
- Jan 5, 2009, 5:36:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/linuxppc/Makefile
r10737 r11580 26 26 CDEBUG = -g 27 27 COPT = -O2 28 # Once in a while, -Wformat says something useful. The odds are against that, 29 # however. 30 WFORMAT = -Wno-format 28 31 29 32 # If the linker supports a "--hash-style=" option, use traditional … … 53 56 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(A32) $(ASFLAGS) -o $@ 54 57 .c.o: 55 $(CC) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $( PPC32) -o $@58 $(CC) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) $(PPC32) -o $@ 56 59 57 60 SPOBJ = pad.o ppc-spjump.o ppc-spentry.o ppc-subprims.o
Note: See TracChangeset
for help on using the changeset viewer.