Changeset d75dc05 in mainline for uspace


Ignore:
Timestamp:
2017-10-09T18:17:05Z (8 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
  • uspace/Makefile.common

    rca207e0 rd75dc05  
    244244        -Wwrite-strings -pipe
    245245
    246 ICC_CFLAGS = -Wall -Wextra -Wno-clobbered -Wno-unused-parameter \
    247         -Wmissing-prototypes -Werror-implicit-function-declaration \
    248         -Wwrite-strings -pipe
    249 
    250246# -Wno-missing-prototypes is there because it warns about main().
    251247# This should be fixed elsewhere.
     
    261257ifeq ($(CONFIG_LINE_DEBUG),y)
    262258        GCC_CFLAGS += -ggdb
    263         ICC_CFLAGS += -g
    264259        CLANG_CFLAGS += -g
    265260endif
     
    293288ifeq ($(COMPILER),gcc_native)
    294289        CFLAGS += $(COMMON_CFLAGS) $(GCC_CFLAGS)
    295         DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    296 endif
    297 
    298 ifeq ($(COMPILER),icc)
    299         CFLAGS += $(COMMON_CFLAGS) $(ICC_CFLAGS)
    300290        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    301291endif
Note: See TracChangeset for help on using the changeset viewer.