Changes in boot/Makefile.build [4872160:e805e2f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r4872160 re805e2f 41 41 -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \ 42 42 -Werror-implicit-function-declaration -Wwrite-strings \ 43 - Werror -pipe43 -pipe 44 44 45 45 ICC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 46 46 -ffreestanding -fno-builtin -nostdlib -nostdinc -Wall -Wmissing-prototypes \ 47 -Werror-implicit-function-declaration - Werror -wd17047 -Werror-implicit-function-declaration -wd170 48 48 49 49 SUNCC_CFLAGS = -I$(INCLUDES) -xO$(OPTIMIZATION) \ … … 57 57 -Werror-implicit-function-declaration -Wwrite-strings \ 58 58 -pipe -arch $(CLANG_ARCH) 59 60 ifeq ($(CONFIG_DEBUG),y) 61 GCC_CFLAGS += -Werror 62 ICC_CFLAGS += -Werror 63 endif 59 64 60 65 ifeq ($(COMPILER),gcc_native)
Note:
See TracChangeset
for help on using the changeset viewer.