Changeset d75dc05 in mainline for kernel/Makefile


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
  • kernel/Makefile

    rca207e0 rd75dc05  
    9292        -Wwrite-strings -pipe
    9393
    94 ICC_CFLAGS = -Wall -Wmissing-prototypes \
    95         -Werror-implicit-function-declaration -wd170
    96 
    9794CLANG_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \
    9895        -Wno-missing-field-initializers -Wno-unused-command-line-argument \
     
    171168        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    172169        INSTRUMENTATION = -finstrument-functions
    173 endif
    174 
    175 ifeq ($(COMPILER),icc)
    176         CFLAGS = $(COMMON_CFLAGS) $(ICC_CFLAGS)
    177         DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    178         INSTRUMENTATION =
    179170endif
    180171
Note: See TracChangeset for help on using the changeset viewer.