Changeset 7570a95f in mainline for uspace/Makefile.common
- Timestamp:
- 2018-09-18T14:50:22Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b8be79
- Parents:
- 173b3bd
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-14 16:59:25)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-18 14:50:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r173b3bd r7570a95f 99 99 LIBC_PREFIX = $(LIB_PREFIX)/c 100 100 LIBC_INCLUDES_FLAGS = \ 101 - I$(LIBC_PREFIX)/include \102 - I$(LIBC_PREFIX)/arch/$(UARCH)/include \103 - I$(ROOT_PATH)/abi/include101 -isystem $(LIBC_PREFIX)/include \ 102 -isystem $(LIBC_PREFIX)/arch/$(UARCH)/include \ 103 -isystem $(ROOT_PATH)/abi/include 104 104 105 105 LIBCPP_PREFIX = $(LIB_PREFIX)/cpp 106 LIBCPP_INCLUDES_FLAGS = - I$(LIBCPP_PREFIX)/include106 LIBCPP_INCLUDES_FLAGS = -isystem $(LIBCPP_PREFIX)/include 107 107 108 108 LIBDLTEST_PREFIX = $(LIB_PREFIX)/dltest … … 184 184 -Wmissing-prototypes \ 185 185 -Wwrite-strings \ 186 -Werror-implicit-function-declaration 186 -Werror-implicit-function-declaration \ 187 -Wsystem-headers \ 188 -Wunknown-pragmas 187 189 188 190 # XXX: -fno-builtin-strftime is for a seemingly spurious format warning.
Note:
See TracChangeset
for help on using the changeset viewer.