Changes in tools/autotool.py [0dd022ec:8f2eca0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r0dd022ec r8f2eca0 263 263 clang_target = "powerpc-unknown-linux" 264 264 helenos_target = "ppc-helenos" 265 266 if (config['PLATFORM'] == "sparc32"):267 target = config['PLATFORM'];268 gnu_target = "sparc-leon3-linux-gnu"269 helenos_target = "sparc-leon3-helenos"270 265 271 266 if (config['PLATFORM'] == "sparc64"): … … 790 785 791 786 if (config['COMPILER'] == "clang"): 792 target, cc_args, gnu_target, clang_target , helenos_target= get_target(config)787 target, cc_args, gnu_target, clang_target = get_target(config) 793 788 794 789 if (target is None) or (gnu_target is None) or (clang_target is None):
Note:
See TracChangeset
for help on using the changeset viewer.