[rtems commit] mcf5206elite: Simplify bsp_specs

Joel Sherrill joel at rtems.org
Tue Dec 19 17:07:03 UTC 2017


Module:    rtems
Branch:    master
Commit:    fdca980ea81781c6d312654e3501ed5aca139aff
Changeset: http://git.rtems.org/rtems/commit/?id=fdca980ea81781c6d312654e3501ed5aca139aff

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Dec 18 12:37:48 2017 -0600

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.

---

 c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs b/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs
index ff23dca..5154de8 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}




More information about the vc mailing list