Changeset d75dc05 in mainline for boot/Makefile.build


Ignore:
Timestamp:
2017-10-09T18:17:05Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
02667d9
Parents:
ca207e0
Message:

Remove the unmaintained and likely broken ICC support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    rca207e0 rd75dc05  
    5252        -pipe
    5353
    54 ICC_CFLAGS = -Wall -Wmissing-prototypes -Werror-implicit-function-declaration -wd170
    55 
    5654CLANG_CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    5755        -Werror-implicit-function-declaration -Wwrite-strings \
     
    7876ifeq ($(COMPILER),gcc_helenos)
    7977        CFLAGS = $(COMMON_CFLAGS) $(GCC_CFLAGS) $(EXTRA_CFLAGS)
    80         DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    81 endif
    82 
    83 
    84 ifeq ($(COMPILER),icc)
    85         CFLAGS = $(COMMON_CFLAGS) $(ICC_CFLAGS) $(EXTRA_CFLAGS)
    8678        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    8779endif
Note: See TracChangeset for help on using the changeset viewer.