Changes in kernel/Makefile [0b5203b:b60615bd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r0b5203b rb60615bd 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.