source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs @ 02e6826

4.104.114.95
Last change on this file since 02e6826 was 02e6826, checked in by Till Straumann <strauman@…>, on 12/11/07 at 05:31:02

2007-12-10 Till Straumann <strauman@…>

  • shared/vectors/vectors_entry.S, motorola_powerpc/bsp_specs, shared/start/vectors_entry.S: moved vectors_entry.S to 'start' subdir and made a start file rather than element of vectors.rel (it should always be linked but won't if it is the sole member of vectors.rel).
  • Property mode set to 100644
File size: 383 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} \
7%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s vectors_entry%O%s start.o%s}}
8
9*link:
10%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors}
11
12*endfile:
13%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
Note: See TracBrowser for help on using the repository browser.