summaryrefslogtreecommitdiffstats
path: root/make/custom/gp32.cfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-15Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).Ralf Corsepius1-26/+0
2008-05-062008-05-06 Ray Xu <rayx.cn@gmail.com>Joel Sherrill1-3/+3
* custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code. * custom/smdk2410.cfg: New file.
2008-03-112008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* custom/av5282.cfg, custom/bare.cfg, custom/default.cfg, custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.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/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg, custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to explicit .exe instead of EXEEXT to get it to work.
2008-03-06Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill1-16/+3
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.
2007-05-102007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* 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-01-18Add -g to CFLAGS_OPTIMIZE_V.Ralf Corsepius1-1/+1
2007-01-18Cosmetics.Ralf Corsepius1-1/+1
2007-01-17CFLAGS_OPTIMIZE_V = -O2Ralf Corsepius1-2/+2
2006-11-30Cleanup.Ralf Corsepius1-4/+1
2005-11-22Replace .gxb with .elf.Ralf Corsepius1-2/+2
2005-06-022005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill1-8/+11
* custom/gp32.cfg: Add make-cxx-exe.
2005-03-112005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman1-12/+10
* custom/gp32.cfg: New file.
2005-01-202005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+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.
2004-11-052004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an architecture name for RTEMS. Since this was used as the -mcpu argument to GCC, that also had to be changed.
2004-07-152004-07-15 Jay MonkmanJay Monkman1-5/+5
* custom/csb336.cfg, custom/csb337.cfg: New files.
2003-03-10Merger from rtems-4-6-branchRalf Corsepius1-1/+1
2002-11-132002-11-13 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill1-6/+6
* custom/edb7312.cfg: New file.
2002-10-022002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* custom/armulator.cfg: Remove reference to PowerPC arguments.
2001-12-182001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+0
* custom/armulator.cfg: Remove make-target-options. * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in erc32/configure.ac). * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in leon2/configure.ac). Remove CONSOLE_USE_POLLED (Unused). * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE, CD2401_USE_TERMIOS (now in mvme167/configure.ac). * custom/mvme162.cfg: Remove references to mvme162lx. Abandon gcc272. Remove make-target-options. * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
2001-06-192001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-5/+0
custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options. custom/FreeBSD-posix.cfg: Remove make-target-options. custom/HPUX9-posix.cfg: Dito. custom/Linux-posix.cfg: Dito. custom/Solaris-posix.cfg: Dito. custom/arm_bare_bsp.cfg: Dito. custom/armulator.cfg: Dito. custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/i386ex.cfg: Remove make-target-options. custom/i960sim.cfg: Remove make-target-options. custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/rxgen960.cfg: Remove make-target-options, cleanup comments. custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/vegaplus.cfg: Remove make-target-options.
2000-09-132000-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+0
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg, custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
2000-08-292000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
2000-07-31New bsp for simulator in gdb. Does not work yet.Joel Sherrill1-0/+53