Changeset d776329 in mainline for tools/autotool.py
- Timestamp:
- 2016-09-03T10:14:15Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 838ea8aa
- Parents:
- 4c3602c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r4c3602c4 rd776329 294 294 clang_target = "riscv-unknown-none" 295 295 helenos_target = "riscv64-helenos" 296 297 if (config['PLATFORM'] == "sparc32"):298 target = config['PLATFORM'];299 gnu_target = "sparc-leon3-linux-gnu"300 helenos_target = "sparc-leon3-helenos"301 296 302 297 if (config['PLATFORM'] == "sparc64"):
Note:
See TracChangeset
for help on using the changeset viewer.