From ca188aa6ffeec2f05ab2944d718368f60b683dca Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Jan 2018 10:46:15 -0600 Subject: sparc/erc32: Simplify bsp_specs Updates #3520. --- c/src/lib/libbsp/sparc/erc32/bsp_specs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/c/src/lib/libbsp/sparc/erc32/bsp_specs b/c/src/lib/libbsp/sparc/erc32/bsp_specs index a3efd94948..87638cc027 100644 --- a/c/src/lib/libbsp/sparc/erc32/bsp_specs +++ b/c/src/lib/libbsp/sparc/erc32/bsp_specs @@ -1,13 +1,9 @@ %rename endfile old_endfile %rename startfile old_startfile -%rename link old_link *startfile: %{!qrtems: %(old_startfile)} \ %{!nostdlib: %{qrtems: 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} -- cgit v1.2.3