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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

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