qemuppc: Simplify bsp_specs

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-12-20 14:17:53 -06:00
parent be7ee6587a
commit 0738a8498d
2 changed files with 4 additions and 2 deletions

View File

@@ -4,8 +4,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
start.o%s -e _start -u __vectors}}
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}

View File

@@ -2,6 +2,9 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc:common)
ENTRY(_start)
STARTUP(start.o)
EXTERN(__vectors)
MEMORY
{
RAM : ORIGIN = 0, LENGTH = 4M