Changeset 83b01c2 in mainline
- Timestamp:
- 2014-04-17T20:54:29Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7cd15b9
- Parents:
- 70b570c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r70b570c r83b01c2 80 80 return 'system-x86_64', pc_options(64) 81 81 elif platform == 'arm32': 82 return 'system-arm', ' '82 return 'system-arm', '-M integratorcp' 83 83 elif platform == 'ia32': 84 84 return 'system-i386', pc_options(32)
Note:
See TracChangeset
for help on using the changeset viewer.