summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-18/+0
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/m68k: Remove libcpu/m68kSebastian Huber1-2/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-02-06m68k/.../gen68340.cfg: Disable per function sectionsJoel Sherrill1-2/+4
updates #2573.
2016-01-22m68k/gen68340: Add per-section compilation and linking support.Ralph Holmes1-0/+3
The size of the sample executables without this option were: text data bss dec hex filename 97296 5088 21408 123792 1e390 base_sp.exe 110720 5056 21008 136784 21650 hello.exe 34240 4512 17296 56048 daf0 minimum.exe 543344 8992 32896 585232 8ee10 fileio.exe 116304 5168 21520 142992 22e90 nsecs.exe 194352 5456 22000 221808 36270 paranoia.exe 101152 5088 21440 127680 1f2c0 ticker.exe 99472 5120 24848 129440 1f9a0 unlimited.exe 847312 24960 28512 900784 dbeb0 cxx_iostream.exe 200672 5680 21584 227936 37a60 cdtest.exe 193312 5584 23232 222128 363b0 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 89376 5056 21360 115792 1c450 base_sp.exe 101872 5008 20944 127824 1f350 hello.exe 27584 4464 17232 49280 c080 minimum.exe 527520 8960 32560 569040 8aed0 fileio.exe 109424 5136 21456 136016 21350 nsecs.exe 185984 5424 21952 213360 34170 paranoia.exe 93968 5056 21376 120400 1d650 ticker.exe 90944 5072 24784 120800 1d7e0 unlimited.exe 176832 5600 21248 203680 31ba0 cxx_iostream.exe 184480 5536 21504 211520 33a40 cdtest.exe 183376 5520 23168 212064 33c60 capture.exe
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+0
* make/custom/gen68340.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+21
* make/custom/gen68340.cfg: New (relocated from /make/custom).