Changes in tools/autotool.py [8f2eca0:0dd022ec] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r8f2eca0 r0dd022ec 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" 265 270 266 271 if (config['PLATFORM'] == "sparc64"): … … 785 790 786 791 if (config['COMPILER'] == "clang"): 787 target, cc_args, gnu_target, clang_target = get_target(config)792 target, cc_args, gnu_target, clang_target, helenos_target = get_target(config) 788 793 789 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.