Ignore:
Timestamp:
04/06/99 20:39:17 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b08d3ed9
Parents:
676b504
Message:

Patch from Andrew Bray <andy@…>:

In your various bsp_specs files, even when ecrti.o is defined as a
startfile, ecrtn.o is not defined as an endfile. Instead it seems to
be in the library list - untidy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/ppcn_60x/bsp_specs

    r676b504 r01a9d941  
    1111%{!qrtems: %(old_lib)} %{qrtems: --start-group \
    1212%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
    13 -lc -lgcc --end-group  ecrtn%O%s \
     13-lc -lgcc --end-group \
    1414%{!qnolinkcmds: -T linkcmds%s}}
    1515
     
    1919%{qrtems_debug: start_g.o%s}}
    2020
     21*endfile:
     22%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
     23
    2124*link:
    2225%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -T linkcmds%s -e _start -u __vectors}
Note: See TracChangeset for help on using the changeset viewer.