Changeset 644352c in mainline
- Timestamp:
- 2014-12-20T18:16:57Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b0ed2f43
- Parents:
- 30730e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r30730e5 r644352c 89 89 return 'system-mips', malta_options() 90 90 elif platform == 'ppc32': 91 return 'system-ppc', ' '91 return 'system-ppc', '-m 256' 92 92 elif platform == 'sparc64': 93 93 return 'system-sparc64', ''
Note:
See TracChangeset
for help on using the changeset viewer.