Changes in tools/autotool.py [232cd4f:2689a0b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r232cd4f r2689a0b 563 563 outmk.write('#########################################\n') 564 564 outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n') 565 outmk.write('## Generated by: tools/autotool.py ##\n')566 565 outmk.write('#########################################\n\n') 567 566 … … 581 580 outhd.write('/***************************************\n') 582 581 outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 583 outhd.write(' * Generated by: tools/autotool.py *\n')584 582 outhd.write(' ***************************************/\n\n') 585 583 … … 676 674 common['CC_ARGS'].append("-mabi=32") 677 675 678 if ((config['MACHINE'] == " msim") or (config['MACHINE'] == "lmalta")):676 if ((config['MACHINE'] == "lgxemul") or (config['MACHINE'] == "msim")): 679 677 target = config['PLATFORM'] 680 678 gnu_target = "mipsel-linux-gnu" 681 679 682 if ( (config['MACHINE'] == "bmalta")):680 if (config['MACHINE'] == "bgxemul"): 683 681 target = "mips32eb" 684 682 gnu_target = "mips-linux-gnu"
Note:
See TracChangeset
for help on using the changeset viewer.