Changeset d75dc05 in mainline for tools/autotool.py


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
  • tools/autotool.py

    rca207e0 rd75dc05  
    893893                        common['CC_AUTOGEN'] = common['CC']
    894894               
    895                 if (config['COMPILER'] == "icc"):
    896                         check_app([common['CC'], "-V"], "Intel C++ Compiler", "support is experimental")
    897                         check_gcc(None, "", common, PACKAGE_GCC)
    898                         check_binutils(None, binutils_prefix, common, PACKAGE_BINUTILS)
    899                        
    900                         common['CC'] = "icc"
    901                         common['CC_AUTOGEN'] = common['CC']
    902                
    903895                if (config['COMPILER'] == "clang"):
    904896                        check_binutils(path, prefix, common, PACKAGE_CROSS)
Note: See TracChangeset for help on using the changeset viewer.