summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-28/+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/powerpc: Remove libcpu/powerpcSebastian Huber2018-03-261-1/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* powerpc/mvme5500: Add per-section compilation and linking support.Ralph Holmes2016-01-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 193649 21100 15365 230114 382e2 base_sp.exe 181425 19928 15325 216678 34e66 hello.exe 174257 19452 12097 205806 323ee minimum.exe 613505 89234 27649 730388 b2514 fileio.exe 216977 22848 15469 255294 3e53e nsecs.exe 226897 33644 16033 276574 4385e paranoia.exe 196849 21268 15397 233514 3902a ticker.exe 196401 22044 19173 237618 3a032 unlimited.exe 947265 209858 23001 1180124 1201dc cxx_iostream.exe 284753 39784 16037 340574 5325e cdtest.exe 263073 31692 17189 311954 4c292 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 168257 17808 15281 201346 31282 base_sp.exe 154113 16692 15201 186006 2d696 hello.exe 124545 14548 11713 150806 24d16 minimum.exe 578049 83946 27273 689268 a8474 fileio.exe 192337 19556 15385 227278 377ce nsecs.exe 201249 30328 15913 247490 3c6c2 paranoia.exe 171681 17976 15313 204970 320aa ticker.exe 169441 18732 19049 207222 32976 unlimited.exe 604757 47466 22093 674316 a4a0c cxx_iostream.exe 260569 27820 15921 304310 4a4b6 cdtest.exe 237217 28200 17105 282522 44f9a 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.
* 2011-04-10 Kate Feng <feng@bnl.gov>Joel Sherrill2011-06-171-4/+7
| | | | | | | | | | | | | PR 1786/bsps * Makefile.am: Add support for Altivec. * startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead. * make/custom/mvme5500.cfg: Change CPU_CFLAGS to "-mcpu=7450 -mtune=7450 -Dmpc7455" * irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c: Remove warnings. * vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers. * network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there is any Rx error.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-3/+0
| | | | * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+28
* make/custom/mvme5500.cfg: New (relocated from /make/custom).