Changeset f563126 in mainline for uspace/srv/loader/Makefile
- Timestamp:
- 2009-10-06T15:06:15Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 100aaf5
- Parents:
- d57e08f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/Makefile
rd57e08f rf563126 72 72 73 73 arch/$(UARCH)/_link.ld: arch/$(UARCH)/_link.ld.in 74 $( CC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@74 $(GCC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@ 75 75 76 76 %.o: %.S
Note:
See TracChangeset
for help on using the changeset viewer.