Changeset b92a0ee in mainline
- Timestamp:
- 2013-03-24T13:06:59Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b183ce0a
- Parents:
- 878e181
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r878e181 rb92a0ee 107 107 -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \ 108 108 -Werror-implicit-function-declaration -Wwrite-strings \ 109 -integrated-as \ 109 110 -pipe -target $(CLANG_TARGET) 110 111 -
uspace/Makefile.common
r878e181 rb92a0ee 205 205 -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \ 206 206 -Werror-implicit-function-declaration -Wwrite-strings \ 207 -integrated-as \ 207 208 -pipe -g -target $(CLANG_TARGET) -D__$(ENDIANESS)__ 208 209
Note:
See TracChangeset
for help on using the changeset viewer.