Changeset b0beb9b1 in mainline for kernel/Makefile
- Timestamp:
- 2018-11-16T15:34:08Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d230358
- Parents:
- 64f85f5 (diff), bcd4dd4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-16 15:34:08)
- git-committer:
- GitHub <noreply@…> (2018-11-16 15:34:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r64f85f5 rb0beb9b1 94 94 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. 95 95 96 GCC_CFLAGS = -std=gnu 99-Wall -Wextra -Wno-unused-parameter \96 GCC_CFLAGS = -std=gnu11 -Wall -Wextra -Wno-unused-parameter \ 97 97 -Wmissing-prototypes -Werror-implicit-function-declaration \ 98 98 -Wwrite-strings -pipe -Wno-cast-function-type 99 99 100 CLANG_CFLAGS = -std=gnu 99-Wall -Wextra -Wno-unused-parameter \100 CLANG_CFLAGS = -std=gnu11 -Wall -Wextra -Wno-unused-parameter \ 101 101 -Wno-missing-field-initializers -Wno-unused-command-line-argument \ 102 102 -Wmissing-prototypes -Werror-implicit-function-declaration \ … … 197 197 generic/src/mm/tlb.c \ 198 198 generic/src/mm/as.c \ 199 generic/src/mm/malloc.c \ 199 200 generic/src/mm/backend_anon.c \ 200 201 generic/src/mm/backend_elf.c \
Note:
See TracChangeset
for help on using the changeset viewer.