Changes in tools/ew.py [83b01c2:f5ceb18] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r83b01c2 rf5ceb18  
    8080                return 'system-x86_64', pc_options(64)
    8181        elif platform == 'arm32':
    82                 return 'system-arm', '-M integratorcp'
     82                return 'system-arm', ''
    8383        elif platform == 'ia32':
    8484                return 'system-i386', pc_options(32)
Note: See TracChangeset for help on using the changeset viewer.