Changes in tools/autotool.py [b6b02c0:6db5d4b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
rb6b02c0 r6db5d4b 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"262 258 263 259 return (target, cc_args, gnu_target, clang_target)
Note:
See TracChangeset
for help on using the changeset viewer.