Changeset 1412b7ee in mainline for tools/autotool.py
- Timestamp:
- 2014-02-01T21:46:42Z (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r680708d r1412b7ee 790 790 791 791 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) 793 793 794 794 if (target is None) or (gnu_target is None) or (clang_target is None):
Note:
See TracChangeset
for help on using the changeset viewer.