summaryrefslogtreecommitdiffstats
path: root/make/custom/gp32.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).Ralf Corsepius2009-10-151-26/+0
|
* 2008-05-06 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2008-05-061-3/+3
| | | | | * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code. * custom/smdk2410.cfg: New file.
* 2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-111-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.
* Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill2008-03-061-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-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-101-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.
* Add -g to CFLAGS_OPTIMIZE_V.Ralf Corsepius2007-01-181-1/+1
|
* Cosmetics.Ralf Corsepius2007-01-181-1/+1
|
* CFLAGS_OPTIMIZE_V = -O2Ralf Corsepius2007-01-171-2/+2
|
* Cleanup.Ralf Corsepius2006-11-301-4/+1
|
* Replace .gxb with .elf.Ralf Corsepius2005-11-221-2/+2
|
* 2005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-021-8/+11
| | | | * custom/gp32.cfg: Add make-cxx-exe.
* 2005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman2005-03-111-0/+39
* custom/gp32.cfg: New file.