mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +00:00
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:
@@ -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>
|
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cfg/bare-avr3.cfg, cfg/bare-avr5.cfg: New.
|
* cfg/bare-avr3.cfg, cfg/bare-avr5.cfg: New.
|
||||||
|
|||||||
@@ -17,9 +17,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
CFLAGS_OPTIMIZE_V=-Os -fomit-frame-pointer
|
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
|
# 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
|
# 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.
|
# will be able to override parts of the compilers specs and link using gcc.
|
||||||
|
|||||||
@@ -17,9 +17,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
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
|
# 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
|
# 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.
|
# will be able to override parts of the compilers specs and link using gcc.
|
||||||
|
|||||||
Reference in New Issue
Block a user