Changes in tools/autotool.py [2689a0b:a4a0f1d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r2689a0b ra4a0f1d 720 720 check_binutils(None, binutils_prefix, common, PACKAGE_BINUTILS) 721 721 722 if (config['COMPILER'] == "suncc"): 723 common['CC'] = "suncc" 724 check_app([common['CC'], "-V"], "Sun Studio Compiler", "support is experimental") 725 check_gcc(None, "", common, PACKAGE_GCC) 726 check_binutils(None, binutils_prefix, common, PACKAGE_BINUTILS) 727 722 728 if (config['COMPILER'] == "clang"): 723 729 common['CC'] = "clang"
Note:
See TracChangeset
for help on using the changeset viewer.