summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-30/+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/.../mcf5225x.cfg: Correct ticket number in commentJoel Sherrill2016-02-061-1/+1
|
* m68k/.../mcf5225x.cfg: Disable per function sectionsJoel Sherrill2016-02-061-2/+4
| | | | updates #2568.
* m68k/mcf5225x: Add per-section compilation and linking support.Ralph Holmes2016-01-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 96608 1680 7664 105952 19de0 base_sp.exe 109392 1648 7216 118256 1cdf0 hello.exe 34768 1216 4912 40896 9fc0 minimum.exe 115392 1760 7776 124928 1e800 nsecs.exe 195040 2048 8272 205360 32230 paranoia.exe 100336 1680 7696 109712 1ac90 ticker.exe 98336 1712 11056 111104 1b200 unlimited.exe 203472 2272 7840 213584 34250 cdtest.exe 196992 2176 9488 208656 32f10 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 88688 1648 7616 97952 17ea0 base_sp.exe 99760 1600 7152 108512 1a7e0 hello.exe 22864 1184 4864 28912 70f0 minimum.exe 107984 1728 7712 117424 1cab0 nsecs.exe 186672 2032 8208 196912 30130 paranoia.exe 92592 1648 7632 101872 18df0 ticker.exe 89056 1664 10992 101712 18d50 unlimited.exe 187200 2144 7760 197104 301f0 cdtest.exe 186960 2128 9440 198528 30780 capture.exe
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-091-2/+2
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-6/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-051-0/+33
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, console/debugio.c, include/bsp.h, include/tm27.h, make/custom/mcf5225x.cfg, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5225x.c, startup/linkcmds, timer/timer.c: New files.