summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-12-18 12:37:48 -0600
committerJoel Sherrill <joel@rtems.org>2017-12-19 11:06:35 -0600
commitfdca980ea81781c6d312654e3501ed5aca139aff (patch)
tree66e308dcdf241b8e263eff78882a672bb0b2e68e
parent9eaefea00eca92a39100a7604301f8d3272f8023 (diff)
mcf5206elite: Simplify bsp_specs
Removes the non-standard -qflash option added by the bsp_specs. If actually used, this will have to be addressed in another way. Updates #3520.
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs10
1 files changed, 1 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs b/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs
index ff23dcafe1..5154de8c55 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs
@@ -1,21 +1,13 @@
-%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
-*lib:
-%{!qrtems: %(old_lib)} \
-%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -latomic -lc -lgcc --end-group \
-%{!qnolinkcmds: \
-%{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%s}}}}
-
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
*link:
-%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} \
-%{qclock=*: -defsym _SYS_CLOCK_FREQUENCY=%*}
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}