Changeset 5a00ee0 in mainline for tools/autotool.py


Ignore:
Timestamp:
2012-12-03T21:48:28Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba5cff5
Parents:
f9ab562
Message:

Start reintroducing the MIPS Malta machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    rf9ab562 r5a00ee0  
    676676                                common['CC_ARGS'].append("-mabi=32")
    677677                               
    678                                 if ((config['MACHINE'] == "lgxemul") or (config['MACHINE'] == "msim")):
     678                                if ((config['MACHINE'] == "lgxemul") or (config['MACHINE'] == "msim") or (config['MACHINE'] == 'malta')):
    679679                                        target = config['PLATFORM']
    680680                                        gnu_target = "mipsel-linux-gnu"
Note: See TracChangeset for help on using the changeset viewer.