- Timestamp:
- 2012-11-21T23:26:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f2c80a
- Parents:
- bebf97d (diff), 1f7753a (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. - Location:
- tools
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
rbebf97d rc739102 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') 565 566 outmk.write('#########################################\n\n') 566 567 … … 580 581 outhd.write('/***************************************\n') 581 582 outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 583 outhd.write(' * Generated by: tools/autotool.py *\n') 582 584 outhd.write(' ***************************************/\n\n') 583 585 -
tools/config.py
rbebf97d rc739102 388 388 outmk.write('#########################################\n') 389 389 outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n') 390 outmk.write('## Generated by: tools/config.py ##\n') 390 391 outmk.write('#########################################\n\n') 391 392 392 393 outmc.write('/***************************************\n') 393 394 outmc.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 395 outmc.write(' * Generated by: tools/config.py *\n') 394 396 outmc.write(' ***************************************/\n\n') 395 397 -
tools/mkarray.py
rbebf97d rc739102 95 95 header.write('/***************************************\n') 96 96 header.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 97 header.write(' * Generated by: tools/mkarray.py *\n') 97 98 header.write(' ***************************************/\n\n') 98 99 header.write("#ifndef %s_H_\n" % label) … … 109 110 data.write('/***************************************\n') 110 111 data.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 112 data.write(' * Generated by: tools/mkarray.py *\n') 111 113 data.write(' ***************************************/\n\n') 112 114 data.write("#include \"%s.h\"\n\n" % dest) -
tools/pack.py
rbebf97d rc739102 155 155 header.write('/***************************************\n') 156 156 header.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 157 header.write(' * Generated by: tools/pack.py *\n') 157 158 header.write(' ***************************************/\n\n') 158 159 header.write("#ifndef BOOT_COMPONENTS_H_\n") … … 177 178 data.write('/***************************************\n') 178 179 data.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 180 data.write(' * Generated by: tools/pack.py *\n') 179 181 data.write(' ***************************************/\n\n') 180 182 data.write("#include <typedefs.h>\n") -
tools/toolchain.sh
rbebf97d rc739102 43 43 MPFR_MAIN=<<EOF 44 44 #if MPFR_VERSION < MPFR_VERSION_NUM(2, 4, 2) 45 choke me46 45 choke me 46 #endif 47 47 EOF 48 48
Note:
See TracChangeset
for help on using the changeset viewer.