Changeset ca188aa6 in rtems


Ignore:
Timestamp:
01/17/18 16:46:15 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
85b59a57
Parents:
9d68284
git-author:
Joel Sherrill <joel@…> (01/17/18 16:46:15)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/18/18 06:31:29)
Message:

sparc/erc32: Simplify bsp_specs

Updates #3520.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/erc32/bsp_specs

    r9d68284 rca188aa6  
    11%rename endfile old_endfile
    22%rename startfile old_startfile
    3 %rename link old_link
    43
    54*startfile:
     
    76%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
    87
    9 *link:
    10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
    11 
    128*endfile:
    139%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracChangeset for help on using the changeset viewer.