[rtems commit] qemuppc: Simplify bsp_specs
Sebastian Huber
sebh at rtems.org
Thu Jan 18 06:53:30 UTC 2018
Module: rtems
Branch: master
Commit: 9d68284828a38d2609dda1dfa4c31a06e5517535
Changeset: http://git.rtems.org/rtems/commit/?id=9d68284828a38d2609dda1dfa4c31a06e5517535
Author: Joel Sherrill <joel at rtems.org>
Date: Wed Jan 17 10:46:14 2018 -0600
qemuppc: Simplify bsp_specs
Updates #3520.
---
c/src/lib/libbsp/powerpc/qemuppc/bsp_specs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs b/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs
index 0360c8c..2625609 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs
@@ -1,6 +1,5 @@
%rename endfile old_endfile
%rename startfile old_startfile
-%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} \
@@ -8,6 +7,3 @@
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
-
-*link:
-%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
More information about the vc
mailing list