[rtems commit] moxiesim/bsp_specs: Reorder and improve consistency
Joel Sherrill
joel at rtems.org
Thu Nov 30 15:33:04 UTC 2017
Module: rtems
Branch: master
Commit: 19cd935912c7568ea2ad336d4a20ab794d00a254
Changeset: http://git.rtems.org/rtems/commit/?id=19cd935912c7568ea2ad336d4a20ab794d00a254
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Nov 28 11:50:49 2017 -0600
moxiesim/bsp_specs: Reorder and improve consistency
Updates #3520.
---
c/src/lib/libbsp/moxie/moxiesim/bsp_specs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/c/src/lib/libbsp/moxie/moxiesim/bsp_specs b/c/src/lib/libbsp/moxie/moxiesim/bsp_specs
index 0bcb1f9..d3e0ec0 100644
--- a/c/src/lib/libbsp/moxie/moxiesim/bsp_specs
+++ b/c/src/lib/libbsp/moxie/moxiesim/bsp_specs
@@ -7,5 +7,7 @@
%{!nostdlib: %{qrtems: start.o%s -e _start crtbegin.o%s}}
*link:
-%(old_link) %{!qrtems: %(old_link)} %{qrtems: crtend.o%s -dc -dp -N}
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
+*endfile:
+%{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s}}
More information about the vc
mailing list