generic_or1k: Use the correct bsp_specs file

This commit is contained in:
Hesham ALMatary
2015-05-26 11:34:06 -05:00
committed by Joel Sherrill
parent 6f79310889
commit 5b1a10a01c
2 changed files with 6 additions and 11 deletions
+6 -4
View File
@@ -3,9 +3,11 @@
%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}}}
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
@@ -180,10 +180,3 @@ _end_clear_bss:
unhandled_exception:
l.nop
/* Make C++ compiler happy */
.section .data
.global __dso_handle
.weak __dso_handle
__dso_handle:
.long 0