From fef9674d7febf3027bd990f16eacdf48da71be6f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Nov 2017 11:56:57 -0600 Subject: [PATCH] leon2/bsp_specs: Reorder and improve consistency Updates #3520. --- c/src/lib/libbsp/sparc/leon2/bsp_specs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon2/bsp_specs b/c/src/lib/libbsp/sparc/leon2/bsp_specs index d79b2b4ccc..7cff0f369c 100644 --- a/c/src/lib/libbsp/sparc/leon2/bsp_specs +++ b/c/src/lib/libbsp/sparc/leon2/bsp_specs @@ -2,12 +2,12 @@ %rename startfile old_startfile %rename link old_link -*endfile: -crtend.o%s crtn.o%s - *startfile: %{!qrtems: %(old_startfile)} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} + +*endfile: +%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}