Changes in tools/ew.py [f5ceb18:83b01c2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
rf5ceb18 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.