summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/make/custom/uC5282.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-24/+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.
* bsps/m68k: Remove libcpu/m68kSebastian Huber2018-03-261-1/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* m68k/.../uC5282.cfg: Disable per function sectionsJoel Sherrill2016-02-061-2/+4
| | | | updates #2575.
* m68k/uC5282: Add per-section compilation and linking support.Ralph Holmes2016-01-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 148368 1680 11616 161664 27780 base_sp.exe 137952 1648 11616 151216 24eb0 hello.exe 129472 1568 7968 139008 21f00 minimum.exe 582896 5584 23088 611568 954f0 fileio.exe 162080 1760 11712 175552 2adc0 nsecs.exe 223104 2048 12208 237360 39f30 paranoia.exe 152112 1680 11632 165424 28630 ticker.exe 152016 1712 15456 169184 294e0 unlimited.exe 892672 21936 18720 933328 e3dd0 cxx_iostream.exe 223904 2272 11792 237968 3a190 cdtest.exe 202832 2176 13424 218432 35540 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 122368 1648 9488 133504 20980 base_sp.exe 108576 1600 9024 119200 1d1a0 hello.exe 82032 1328 3904 87264 154e0 minimum.exe 562800 5568 20704 589072 8fd10 fileio.exe 141696 1744 9600 153040 255d0 nsecs.exe 196544 2032 10080 208656 32f10 paranoia.exe 126256 1648 9520 137424 218d0 ticker.exe 122960 1664 12864 137488 21910 unlimited.exe 203024 2208 9328 214560 34620 cxx_iostream.exe 205616 2144 9648 217408 35140 cdtest.exe 190576 2128 11312 204016 31cf0 capture.exe
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-091-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+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-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-3/+0
| | | | * make/custom/uC5282.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+25
* make/custom/uC5282.cfg: New (relocated from /make/custom).