summaryrefslogtreecommitdiffstats
path: root/make/custom/jmr3904.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).Ralf Corsepius2009-10-151-24/+0
|
* Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill2008-03-061-14/+0
| | | | application. Share as much logic as possible for .num file and size information. Let BSPs provide custom rules to tranform executable from linked .exe to downloadable RTEMS Application Loadable File (RALF) .ralf file.
* Add -g to CFLAGS_OPTIMIZE_V.Ralf Corsepius2007-01-181-1/+1
|
* Cosmetics.Ralf Corsepius2007-01-181-2/+2
|
* Remove obsolete comments referring to gcc-2.8.Ralf Corsepius2007-01-181-2/+1
|
* Cosmetics.Ralf Corsepius2007-01-181-1/+1
|
* Cleanup.Ralf Corsepius2006-11-301-2/+1
|
* 2005-02-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-251-1/+1
| | | | | * custom/jmr3904.cfg: arm_bare_bsp obsoleted. * custom/arm_bare_bsp.cfg: Removed.
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-201-2/+2
| | | | | | | | * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
* 2002-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-141-2/+2
| | | | | * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch to gcc 3.1 arguments.
* 2001-05-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-091-0/+3
| | | | | * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1 compatable arguments.
* 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-061-12/+1
| | | | | | | * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS. * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272 support. * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
* 2001-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-11-281-5/+0
| | | | | | * custom/efi332.cfg: Remove make-target-options. * custom/idp.cfg: Ditto. * custom/jmr3904.cfg: Ditto.
* 2000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-12-011-1/+1
| | | | * custom/jmr3904.cfg: Turn optimization back up to -O2.
* 2000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-301-2/+2
| | | | | * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually a mips1. gcc translates -m3900 into that.
* 2000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-271-1/+1
| | | | * custom/jmr3904.cfg: Fix incorrect reference to i960.
* 2000-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-251-0/+53
* custom/Makefile.am: Updated to add jmr3904.cfg * custom/jmr3904.cfg: New file.