Changeset 1412b7ee in mainline for tools/autotool.py


Ignore:
Timestamp:
2014-02-01T21:46:42Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3eb0c85
Parents:
680708d (diff), 0dd022ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r680708d r1412b7ee  
    790790               
    791791                if (config['COMPILER'] == "clang"):
    792                         target, cc_args, gnu_target, clang_target = get_target(config)
     792                        target, cc_args, gnu_target, clang_target, helenos_target = get_target(config)
    793793                       
    794794                        if (target is None) or (gnu_target is None) or (clang_target is None):
Note: See TracChangeset for help on using the changeset viewer.