Changes in boot/Makefile.build [8f2eca0:2689a0b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r8f2eca0 r2689a0b 52 52 -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \ 53 53 -Werror-implicit-function-declaration -Wwrite-strings \ 54 -pipe 54 -pipe -arch $(CLANG_ARCH) 55 55 56 56 ifeq ($(CONFIG_DEBUG),y) … … 74 74 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 75 75 endif 76 77 ifeq ($(COMPILER),gcc_helenos)78 CFLAGS = $(GCC_CFLAGS) $(EXTRA_CFLAGS)79 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)80 endif81 82 76 83 77 ifeq ($(COMPILER),icc)
Note:
See TracChangeset
for help on using the changeset viewer.