2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>

* cfg/bare-avr3.cfg, cfg/bare-avr5.cfg: Eliminate START_BASE and
	START_FILE.
This commit is contained in:
Joel Sherrill
2008-09-18 17:34:16 +00:00
parent 5e30d590ba
commit bd9b68fc3b
3 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cfg/bare-avr3.cfg, cfg/bare-avr5.cfg: Eliminate START_BASE and
START_FILE.
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* cfg/bare-avr3.cfg, cfg/bare-avr5.cfg: New.

View File

@@ -17,9 +17,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-Os -fomit-frame-pointer
# this target has no start file
START_BASE=
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.

View File

@@ -17,9 +17,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# this target has no start file
START_BASE=
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.