Changes in tools/autotool.py [232cd4f:2689a0b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r232cd4f r2689a0b  
    563563        outmk.write('#########################################\n')
    564564        outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n')
    565         outmk.write('## Generated by: tools/autotool.py     ##\n')
    566565        outmk.write('#########################################\n\n')
    567566       
     
    581580        outhd.write('/***************************************\n')
    582581        outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
    583         outhd.write(' * Generated by: tools/autotool.py     *\n')
    584582        outhd.write(' ***************************************/\n\n')
    585583       
     
    676674                                common['CC_ARGS'].append("-mabi=32")
    677675                               
    678                                 if ((config['MACHINE'] == "msim") or (config['MACHINE'] == "lmalta")):
     676                                if ((config['MACHINE'] == "lgxemul") or (config['MACHINE'] == "msim")):
    679677                                        target = config['PLATFORM']
    680678                                        gnu_target = "mipsel-linux-gnu"
    681679                               
    682                                 if ((config['MACHINE'] == "bmalta")):
     680                                if (config['MACHINE'] == "bgxemul"):
    683681                                        target = "mips32eb"
    684682                                        gnu_target = "mips-linux-gnu"
Note: See TracChangeset for help on using the changeset viewer.