Changeset 83b01c2 in mainline


Ignore:
Timestamp:
2014-04-17T20:54:29Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7cd15b9
Parents:
70b570c
Message:

Make ew.py work for integratorcp under QEMU 2.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

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