Changeset 149f3f9 in rtems


Ignore:
Timestamp:
11/19/99 16:06:32 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9c0385a
Parents:
97c465c
Message:

Moved startsis to start.

Location:
c/src/lib/libbsp/sparc/erc32
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/erc32/Makefile.in

    r97c465c r149f3f9  
    2121# wrapup is the one that actually builds and installs the library
    2222#  from the individual .rel files built in other directories
    23 SUB_DIRS = startsis include startup gnatsupp console clock timer wrapup \
     23SUB_DIRS = start include startup gnatsupp console clock timer wrapup \
    2424    tools
    2525
  • c/src/lib/libbsp/sparc/erc32/bsp_specs

    r97c465c r149f3f9  
    1919*startfile:
    2020%{!qrtems: %(old_startfile)} %{qrtems: \
    21 %{!qrtems_debug: startsis.o%s crti.o%s crtbegin.o%s} \
    22 %{qrtems_debug: startsis_g.o%s crti.o%s crtbegin.o%s}}
     21%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
     22%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}
    2323
    2424*link:
  • c/src/lib/libbsp/sparc/erc32/start/Makefile.in

    r97c465c r149f3f9  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = sparc/erc32/startsis
     9subdir = sparc/erc32/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    1414VPATH = @srcdir@
    1515
    16 PGMS = ${ARCH}/startsis.o
     16PGMS = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
     
    2424
    2525# Assembly source names, if any, go here -- minus the .S
    26 S_PIECES = startsis
     26S_PIECES = start
    2727S_FILES = $(S_PIECES:%=%.S)
    2828S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
Note: See TracChangeset for help on using the changeset viewer.