Commit Graph

17 Commits

Author SHA1 Message Date
Joel Sherrill
7cba993321 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs: Revert accidental commit.
2011-01-28 20:32:53 +00:00
Joel Sherrill
fe4620ee81 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs, make/custom/erc32.cfg: Fix typo where license said
	found in found in.
2011-01-28 20:25:24 +00:00
Ralf Corsepius
f0a680b2b4 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -e start from %link.
2008-12-04 15:51:20 +00:00
Ralf Corsepius
2948f70ad5 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-04-12 02:50:11 +00:00
Joel Sherrill
1147a6527c 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Conditionalize inclusion of crtend/crtn.
2005-01-20 17:07:10 +00:00
Ralf Corsepius
6f6309456c 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-08 15:28:57 +00:00
Ralf Corsepius
d266acd281 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
	Remove cpp, old_cpp (now unused).
2003-08-06 12:56:55 +00:00
Joel Sherrill
a2ae30c2d3 2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-21 17:06:22 +00:00
Joel Sherrill
8fec91537c 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
	replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
2002-01-04 17:32:07 +00:00
Joel Sherrill
149f3f9642 Moved startsis to start. 1999-11-19 16:06:32 +00:00
Joel Sherrill
a92280e02d Now supports C++ global constructors and exceptions. 1999-08-05 22:37:17 +00:00
Joel Sherrill
a858910778 Incorporated Ralf Corsepius' idea for new -q flags to properly support
"gmake debug".
1998-02-11 22:13:46 +00:00
Joel Sherrill
8fe6d358bf Moved -qnolinkcmds option so arguments passed on the command line are
interpreted at the right point per Eric Norum's discovery:

    The problem with the my previous `fix' for adding linker commands
    was with the ordering of the options to the linker.

    For example, to make a larger heap size, the application Makefile would
    CFLAGS_LD = -Wl,--defsym -Wl,HeapSize=0x40000

    The command passed to the linker would be :
    m68k-rtems-ld .... -T xxx/linkcmds .... --defsym HeapSize=0x40000 .....

    This doesn't work because the script in linkcmds inserts a default
    value for HeapSize if HeapSize is not defined by the time the linker
    looks at the linkcmds script.

    The solution seems to be to move the -T linkcmds%s in the bsp_specs
    file out of the link specfication and into the lib specification -- a
    little unorthodox, perhaps, but it seems to work!
1997-12-20 16:59:11 +00:00
Joel Sherrill
f7fa7d76ce Modified bsp_specs per Eric Norum's suggestion to handle -qnolinkcmds
switch which lets the user specify a different linker script.
1997-12-19 14:48:19 +00:00
Joel Sherrill
b54624299a Modified to search RTEMS library before Newlib C library. 1997-10-08 19:52:47 +00:00
Joel Sherrill
e9932367e7 Switched to new style which does not require hackspecs.awk. 1997-08-28 21:54:59 +00:00
Joel Sherrill
b1b5a7cb43 new file used by gcc 2.8.x -specs option 1997-01-28 23:16:16 +00:00