Changeset 3797
- Timestamp:
- Feb 5, 2014, 6:05:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/libc-0.6/src/emx/src/lib/bsd/gdtoa/gdtoa.smak ¶
r1871 r3797 12 12 # build arith.h generator. 13 13 $.arithchk.exe: src/lib/bsd/gdtoa/arithchk.c 14 $(LD) $(CFLAGS:-Iinclude=) $(CFLAGS.dbg) $(LDFLAGS.dbg) $(LDFLAGS.aout) -o $@ $<14 $(LD) -O2 $(CFLAGS:-Iinclude=) $(CFLAGS.dbg) $(LDFLAGS.dbg) $(LDFLAGS.aout) -o $@ $< 15 15 16 16 include comend.smak
Note:
See TracChangeset
for help on using the changeset viewer.