Changes in tools/ew.py [83b01c2:f5ceb18] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r83b01c2 rf5ceb18 80 80 return 'system-x86_64', pc_options(64) 81 81 elif platform == 'arm32': 82 return 'system-arm', ' -M integratorcp'82 return 'system-arm', '' 83 83 elif platform == 'ia32': 84 84 return 'system-i386', pc_options(32)
Note:
See TracChangeset
for help on using the changeset viewer.