summaryrefslogtreecommitdiffstats
path: root/make/custom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-106-41/+27
| | | | | | * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg, custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe extension instead of BSP unique ones.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-096-13/+13
| | | | | * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub for Classic API Barrier.
* 2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-261-7/+0
| | | | * custom/rtl22xx.cfg: Cleanup.
* 2007-04-26 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-261-0/+40
| | | | * custom/rtl22xx.cfg: New (Initial submission).
* Add -g to CFLAGS_OPTIMIZE_V.Ralf Corsepius2007-01-1865-65/+65
|
* Use $(NM) -g -n instead of $(NM) -n.Ralf Corsepius2007-01-186-6/+6
|
* Use $(NM) -g -n instead of $(NM) -ng.Ralf Corsepius2007-01-185-5/+5
|
* Fix cvs id.Ralf Corsepius2007-01-182-2/+2
|
* Misc cleanups.Ralf Corsepius2007-01-1823-65/+54
|
* Add comment on CFLAGS_OPTIMIZE_V.Ralf Corsepius2007-01-183-3/+3
|
* Remove obsolete comments.Ralf Corsepius2007-01-182-6/+0
|
* 2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-1836-36/+36
| | | | | | | | | | | | | | | | * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg, custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg, custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg, custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg: CFLAGS_OPTIMIZE_V = -O2.
* Cosmetics.Ralf Corsepius2007-01-1820-27/+27
|
* Remove obsolete comments referring to gcc-2.8.Ralf Corsepius2007-01-1846-92/+46
|
* Cosmetics.Ralf Corsepius2007-01-181-3/+0
|
* Cosmetics.Ralf Corsepius2007-01-185-7/+3
|
* Remove CXXFLAGS_OPTIMIZE_V.Ralf Corsepius2007-01-183-3/+0
|
* Cosmetics.Ralf Corsepius2007-01-181-1/+0
|
* CFLAGS_OPTIMIZE_V = -O2.Ralf Corsepius2007-01-186-6/+5
|
* Cosmetics.Ralf Corsepius2007-01-189-9/+0
|
* 2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-181-2/+1
| | | | * custom/h8sim.cfg: CFLAGS_OPTIMIZE_V = -O2.
* Cosmetics.Ralf Corsepius2007-01-1813-18/+16
|
* Cosmetics.Ralf Corsepius2007-01-1847-55/+55
|
* 2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-181-4/+1
| | | | | * custom/csb336.cfg, custom/edb7312.cfg, custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
* CFLAGS_OPTIMIZE_V = -O2.Ralf Corsepius2007-01-183-7/+3
|
* CFLAGS_OPTIMIZE_V = -O2Ralf Corsepius2007-01-173-3/+3
|
* CFLAGS_OPTIMIZE_V = -O0Ralf Corsepius2007-01-172-9/+3
|
* CFLAGS_OPTIMIZE_V = -O2Ralf Corsepius2007-01-174-7/+7
|
* Cleanup.Ralf Corsepius2006-11-301-6/+0
|
* Cleanup.Ralf Corsepius2006-11-3069-250/+67
|
* Remove hard-code compiler flags.Ralf Corsepius2006-11-141-2/+2
|
* Remove ASFLAGS, CPU_ASFLAGS (Unused)Ralf Corsepius2006-11-144-8/+0
|
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-231-0/+41
| | | | * custom/eZKit533.cfg: New file.
* 2006-09-08 Kate Feng <feng1@bnl.gov>Joel Sherrill2006-09-081-1/+1
| | | | | | | PR 1150/bsps * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact that gcc (4.0.2) implicitely uses the vector engine for optimization; -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
* added missing config file brs5l.cfgThomas Doerfler2006-08-111-0/+15
|
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-0/+47
| | | | | * Makefile.am: New port to Altera NIOS II. * custom/nios2_iss.cfg: New file.
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-091-1/+1
|
* Remote gdb works well, so include debugging symbols.Eric Norum2006-06-201-1/+1
|
* B.Robinson MIPS patchGreg Menke2006-06-082-2/+2
|
* Remove non-longer-appropriate comment.Eric Norum2006-05-151-1/+0
|
* Keep the frame pointer since its presence makes various diagnostic toolsEric Norum2006-04-101-1/+1
| | | | much more useful.
* 2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-163-0/+107
| | | | | * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg: New (Submission by Bruce Robinson <brucer@pmccorp.com>).
* Remove (abandoned).Ralf Corsepius2006-03-163-126/+0
|
* Merger from rtems-4-6-branch.Ralf Corsepius2006-01-094-9/+52
|
* New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).Ralf Corsepius2006-01-013-0/+70
|
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-20/+20
| | | | * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
* Use .srec for files containing SRECs.Ralf Corsepius2005-11-229-20/+20
|
* Replace .coff with .elf.Ralf Corsepius2005-11-222-6/+6
|
* Replace .gxb with .elf.Ralf Corsepius2005-11-221-2/+2
|
* 2005-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-041-1/+1
| | | | | * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use -mcpu=750 instead.