source: trunk/libs/newlib/src/libgloss/arm/elf-redboot.specs @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 192 bytes
Line 
1%rename link                old_link
2
3*link:
4-T redboot.ld%s -Ttext 0x20000 %(old_link)
5
6*startfile:
7crti%O%s crtbegin%O%s %{!pg:redboot-crt0%O%s} %{pg:redboot-crt0%O%s} redboot-syscalls%O%s
8
Note: See TracBrowser for help on using the repository browser.