Changeset b183ce0a in mainline for tools/autotool.py


Ignore:
Timestamp:
2013-03-24T15:34:29Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a26f82
Parents:
b92a0ee (diff), 119b46e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    rb92a0ee rb183ce0a  
    224224                cc_args.append("-mabi=32")
    225225               
    226                 if ((config['MACHINE'] == "lgxemul") or (config['MACHINE'] == "msim")):
     226                if ((config['MACHINE'] == "msim") or (config['MACHINE'] == "lmalta")):
    227227                        target = config['PLATFORM']
    228228                        gnu_target = "mipsel-linux-gnu"
    229229               
    230                 if (config['MACHINE'] == "bgxemul"):
     230                if ((config['MACHINE'] == "bmalta")):
    231231                        target = "mips32eb"
    232232                        gnu_target = "mips-linux-gnu"
     
    715715                if (config['COMPILER'] == "gcc_cross"):
    716716                        target, cc_args, gnu_target, clang_target_unused = get_target(config)
    717                                
    718717                        path = "%s/%s/bin" % (cross_prefix, target)
    719718                        prefix = "%s-" % gnu_target
Note: See TracChangeset for help on using the changeset viewer.