Changeset f563126 in mainline for uspace/lib/libc/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/lib/libc/Makefile
rd57e08f rf563126 116 116 117 117 arch/$(UARCH)/_link.ld: arch/$(UARCH)/_link.ld.in 118 $( CC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@118 $(GCC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@ 119 119 120 120 %.o: %.S
Note:
See TracChangeset
for help on using the changeset viewer.