- Timestamp:
- Jan 18, 2012, 8:26:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/peldr/Makefile.kmk
r21942 r21948 17 17 pec_LDFLAGS = -nostdlib -llibos2 18 18 19 $$(pe_0_OUTDIR)/crt0.obj: crt0.s20 $(QUIET)gcc -c -x assembler-with-cpp crt0.s -o $@.o19 $$(pe_0_OUTDIR)/crt0.obj: $$(pe_DEFPATH)/crt0.s 20 $(QUIET)gcc -c -x assembler-with-cpp $(pe_DEFPATH)/crt0.s -o $@.o 21 21 $(QUIET)emxomf -m__text $@.o -o $@ 22 22
Note:
See TracChangeset
for help on using the changeset viewer.