Changes in boot/Makefile.build [2689a0b:8f2eca0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r2689a0b r8f2eca0  
    5252        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    5353        -Werror-implicit-function-declaration -Wwrite-strings \
    54         -pipe -arch $(CLANG_ARCH)
     54        -pipe
    5555
    5656ifeq ($(CONFIG_DEBUG),y)
     
    7474        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    7575endif
     76
     77ifeq ($(COMPILER),gcc_helenos)
     78        CFLAGS = $(GCC_CFLAGS) $(EXTRA_CFLAGS)
     79        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     80endif
     81
    7682
    7783ifeq ($(COMPILER),icc)
Note: See TracChangeset for help on using the changeset viewer.