Changeset 114d098 in mainline
- Timestamp:
- 2016-08-28T16:05:06Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a67416
- Parents:
- a3e527c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
ra3e527c r114d098 288 288 clang_target = "ppc-unknown-none" 289 289 helenos_target = "ppc-helenos" 290 291 if (config['PLATFORM'] == "riscv64"): 292 target = config['PLATFORM'] 293 gnu_target = "riscv64-unknown-linux-gnu" 294 clang_target = "riscv-unknown-none" 295 helenos_target = "riscv64-helenos" 290 296 291 297 if (config['PLATFORM'] == "sparc32"):
Note:
See TracChangeset
for help on using the changeset viewer.