Changeset 7af5e14 in rtems


Ignore:
Timestamp:
01/08/01 19:22:25 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
73ee5105
Parents:
81f6e8cc
Message:

2001-01-08 Joel Sherrill <joel@…>

  • Shared memory support removed since it was non-functional.
  • shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
  • configure.in, Makefile.am, wrapup/Makefile.am: Modified to reflect above.
Location:
c/src/lib/libbsp/a29k/portsw
Files:
6 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/a29k/portsw/ChangeLog

    r81f6e8cc r7af5e14  
     12001-01-08      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Shared memory support removed since it was non-functional.
     4        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
     5        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
     6        * configure.in, Makefile.am, wrapup/Makefile.am: Modified to
     7        reflect above.
     8
    192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libbsp/a29k/portsw/Makefile.am

    r81f6e8cc r7af5e14  
    88# wrapup is the one that actually builds and installs the library
    99#  from the individual .rel files built in other directories
    10 SUBDIRS = include start startup console shmsupp wrapup
     10SUBDIRS = include start startup console wrapup
    1111
    1212include $(top_srcdir)/../../bsp.am
  • c/src/lib/libbsp/a29k/portsw/configure.in

    r81f6e8cc r7af5e14  
    1818RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    1919RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
    20 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
    2120RTEMS_CANONICAL_HOST
    22 
    23 AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
    2421
    2522RTEMS_PROJECT_ROOT
     
    3027console/Makefile
    3128include/Makefile
    32 shmsupp/Makefile
    3329start/Makefile
    3430startup/Makefile
  • c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.am

    r81f6e8cc r7af5e14  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 
    7 if HAS_MP
    8 GENERIC_MP_REL_PIECES = shmdr
    9 endif
    10 GENERIC_PIECES += $(GENERIC_MP_REL_PIECES)
    116
    127if HAS_MP
     
    1914# bummer; have to use $foreach since % pattern subst rules only replace 1x
    2015OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
    21     $(foreach piece, $(CPU_FILES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel) \
    22     $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
     16    $(foreach piece, $(CPU_FILES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel)
    2317LIB = $(ARCH)/libbsp.a
    2418
Note: See TracChangeset for help on using the changeset viewer.