Changes in tools/autotool.py [6db5d4b:b6b02c0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r6db5d4b rb6b02c0 256 256 gnu_target = "sparc64-linux-gnu" 257 257 clang_target = "sparc-unknown-linux" 258 259 if (config['PLATFORM'] == "sparc32"): 260 target = config['PLATFORM']; 261 gnu_target = "sparc-leon3-linux-gnu" 258 262 259 263 return (target, cc_args, gnu_target, clang_target)
Note:
See TracChangeset
for help on using the changeset viewer.