summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-42/+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/mvme167: 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 142464 1648 12112 156224 26240 base_sp.exe 149936 1616 11712 163264 27dc0 hello.exe 78896 1184 8048 88128 15840 minimum.exe 591504 5552 23600 620656 97870 fileio.exe 161440 1728 12224 175392 2ad20 nsecs.exe 210240 2016 12720 224976 36ed0 paranoia.exe 146256 1648 12144 160048 27130 ticker.exe 144464 1664 15552 161680 27790 unlimited.exe 898944 21440 19200 939584 e5640 cxx_iostream.exe 241824 2064 12256 256144 3e890 cdtest.exe 236368 2144 13936 252448 3da20 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 134224 1600 12064 147888 241b0 base_sp.exe 140768 1552 11648 153968 25970 hello.exe 70592 1152 7984 79728 13770 minimum.exe 574528 5504 23264 603296 934a0 fileio.exe 154256 1696 12160 168112 290b0 nsecs.exe 201504 1984 12656 216144 34c50 paranoia.exe 138752 1600 12096 152448 25380 ticker.exe 135600 1616 15488 152704 25480 unlimited.exe 218080 2064 11904 232048 38a70 cxx_iostream.exe 225776 2000 12176 239952 3a950 cdtest.exe 225952 2080 13888 241920 3b100 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-4/+0
| | | | * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+46
* make/custom/mvme167.cfg: New (relocated from /make/custom).