Changeset f3f4149 in mainline
- Timestamp:
- 2019-06-05T12:14:49Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a18da67
- Parents:
- dabaa83
- Location:
- uspace/lib/c
- Files:
-
- 1 edited
- 11 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rdabaa83 rf3f4149 217 217 include $(USPACE_PREFIX)/Makefile.common 218 218 219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/ entry.o219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/crt0.o 220 220 cp $< $@ 221 221 222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/ entry.o222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/crt1.o 223 223 cp $< $@ 224 224
Note:
See TracChangeset
for help on using the changeset viewer.