Changeset 4e6a610 in mainline for uspace/lib/c/Makefile
- Timestamp:
- 2018-06-25T09:54:28Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfe90b6
- Parents:
- fb0ec570
- git-author:
- Jiri Svoboda <jiri@…> (2018-06-24 17:51:54)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-06-25 09:54:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rfb0ec570 r4e6a610 41 41 EXTRA_OUTPUT = $(LINKER_SCRIPTS) 42 42 EXTRA_CLEAN = $(LINKER_SCRIPTS) 43 EXTRA_TEST_CFLAGS = -Wno-deprecated-declarations 43 44 LIBRARY = libc 44 45 SOVERSION = 0.0 … … 151 152 generic/adt/prodcons.c \ 152 153 generic/time.c \ 154 generic/tmpfile.c \ 153 155 generic/stdio.c \ 154 156 generic/stdlib.c \
Note:
See TracChangeset
for help on using the changeset viewer.