From fdca980ea81781c6d312654e3501ed5aca139aff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Dec 2017 12:37:48 -0600 Subject: 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 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} -- cgit v1.2.3