Changes in tools/autotool.py [2689a0b:a4a0f1d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r2689a0b ra4a0f1d  
    720720                        check_binutils(None, binutils_prefix, common, PACKAGE_BINUTILS)
    721721               
     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               
    722728                if (config['COMPILER'] == "clang"):
    723729                        common['CC'] = "clang"
Note: See TracChangeset for help on using the changeset viewer.