Changeset bfdb7c63 in mainline for tools/autotool.py
- Timestamp:
- 2017-10-09T20:03:36Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1018a29
- Parents:
- 02667d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r02667d9 rbfdb7c63 234 234 if (config['PLATFORM'] == "amd64"): 235 235 platform = config['PLATFORM'] 236 gnu_target = "amd64- linux-gnu"236 gnu_target = "amd64-unknown-elf" 237 237 helenos_target = "amd64-helenos" 238 238
Note:
See TracChangeset
for help on using the changeset viewer.