Changeset 0dd022ec in mainline
- Timestamp:
- 2014-01-30T21:26:05Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1412b7ee, c101dc0
- Parents:
- cf982ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
rcf982ff r0dd022ec 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.