Changeset 82d9087 in mainline for uspace/lib/posix/Makefile
- Timestamp:
- 2018-08-01T20:20:52Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b10ae36
- Parents:
- f787c8e
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-01 20:20:43)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-01 20:20:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rf787c8e r82d9087 36 36 37 37 SPECS = gcc.specs 38 LIBC_LINKER_SCRIPT = $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld39 EXPORT_LINKER_SCRIPT = link.ld40 38 41 39 EXPORT_FILES = \ … … 48 46 $(LIBC_PREFIX)/crt1.o \ 49 47 $(LIBRARY).a \ 50 $(EXPORT_LINKER_SCRIPT) \51 48 $(SPECS) 52 49 … … 54 51 EXTRA_CLEAN = $(INCLUDE_LIBC) 55 52 56 EXTRA_OUTPUT = $(SPECS) $(EXPORT_LINKER_SCRIPT) $(EXPORT_STARTUP_FILE)53 EXTRA_OUTPUT = $(SPECS) 57 54 58 55 SOURCES = \ … … 92 89 EXPORT_LDFLAGS = \ 93 90 -L$$(HELENOS_EXPORT_ROOT)/lib \ 94 -T link.ld \95 91 $$(HELENOS_EXPORT_ROOT)/lib/crt0.o \ 96 92 $$(HELENOS_EXPORT_ROOT)/lib/crt1.o … … 114 110 echo '$(EXPORT_LDLIBS)' >> $@.new 115 111 mv $@.new $@ 116 117 $(EXPORT_LINKER_SCRIPT): $(LIBC_LINKER_SCRIPT)118 cp $< $@119 120 $(EXPORT_STARTUP_FILE): $(LIBC_STARTUP_FILE)121 cp $< $@122 112 123 113 $(INCLUDE_LIBC): $(shell find ../c/include -name '*.h')
Note:
See TracChangeset
for help on using the changeset viewer.