Changeset 6b719b8d in rtems


Ignore:
Timestamp:
03/31/99 23:20:35 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
912f74ae
Parents:
c5f2e5b
Message:

Fixed typos and mistakes related to adding gnatsupp.

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

Legend:

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

    rc5f2e5b r6b719b8d  
    3030S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
    3131
    32 SRCS=linkcmds $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
     32SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
    3333OBJS=$(C_O_FILES)
    3434
     
    6262
    6363all:    ${ARCH} $(SRCS) $(PGM)
    64         $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib
    6564
    6665Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in

    rc5f2e5b r6b719b8d  
    1616VPATH = @srcdir@
    1717
    18 BSP_PIECES=startup console clock timer gnat_supp
     18BSP_PIECES=startup console clock timer gnatsupp
    1919# pieces to pick up out of libcpu/sparc
    2020CPU_PIECES=reg_win
Note: See TracChangeset for help on using the changeset viewer.