Changeset 954c024 in mainline for uspace/lib/posix/Makefile
- Timestamp:
- 2018-09-05T21:40:34Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f8048d1
- Parents:
- 79b39d0
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 15:27:05)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 21:40:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
r79b39d0 r954c024 40 40 ../math/libmath.a \ 41 41 ../clui/libclui.a \ 42 $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \43 $(LIBSOFTINT_PREFIX)/libsoftint.a \44 42 $(LIBC_PREFIX)/libc.a \ 45 43 $(LIBC_PREFIX)/crt0.o \ … … 93 91 94 92 EXPORT_LDLIBS = \ 95 -Wl,--start-group -lposix -lmath -lc -l softfloat -lsoftint-Wl,--end-group93 -Wl,--start-group -lposix -lmath -lc -lgcc -Wl,--end-group 96 94 97 95 EXPORT_CFLAGS = \
Note:
See TracChangeset
for help on using the changeset viewer.