Files
rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs
Joel Sherrill 7cba993321 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs: Revert accidental commit.
2011-01-28 20:32:53 +00:00

14 lines
306 B
Plaintext

%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}