Changeset 599b8b2 in rtems


Ignore:
Timestamp:
11/13/00 22:41:50 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cd0324cf
Parents:
b21b0ab
Message:

2000-11-13 Jiri Gaisler <jgais@…>

  • Makefile.am, configure.in: Added shared directory as part of enhancing ERC32 and adding LEON.
Location:
c/src/lib/libbsp/sparc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/ChangeLog

    rb21b0ab r599b8b2  
     12000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
     2
     3        * Makefile.am, configure.in: Added shared directory as part
     4        of enhancing ERC32 and adding LEON.
     5
    162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sparc/Makefile.am

    rb21b0ab r599b8b2  
    77
    88# Descend into the $(RTEMS_BSP_FAMILY) directory
    9 SUBDIRS = $(RTEMS_BSP_FAMILY)
     9SUBDIRS = shared $(RTEMS_BSP_FAMILY)
    1010
    1111include $(top_srcdir)/../../../../../automake/subdirs.am
  • c/src/lib/libbsp/sparc/configure.in

    rb21b0ab r599b8b2  
    44
    55AC_PREREQ(2.13)
    6 AC_INIT(erc32)
     6AC_INIT(shared)
    77RTEMS_TOP(../../../../..)
    88AC_CONFIG_AUX_DIR(../../../../..)
     
    2222# Explicitly list all Makefiles here
    2323AC_OUTPUT(
    24 Makefile)
     24Makefile
     25shared/Makefile)
Note: See TracChangeset for help on using the changeset viewer.