Changeset 13b2d95 in rtems for c/src


Ignore:
Timestamp:
06/11/11 17:24:25 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
a62a92e1
Parents:
b287026
Message:

2011-06-11 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: runtest for this BSP obsoleted by rtems-testing/sim-scripts support. Please use those scripts.
  • tools/.cvsignore, tools/ChangeLog, tools/Makefile.am, tools/configure.ac, tools/runtest.in: Removed.
Location:
c/src/lib/libbsp/sparc
Files:
15 deleted
9 edited

Legend:

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

    rb287026 r13b2d95  
     12011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile.am, configure.ac: runtest for this BSP obsoleted by
     4        rtems-testing/sim-scripts support. Please use those scripts.
     5        * tools/.cvsignore, tools/ChangeLog, tools/Makefile.am,
     6        tools/configure.ac, tools/runtest.in: Removed.
     7
    182011-04-25      Jennifer Averett <jennifer.averett@OARcorp.com>
    29
  • c/src/lib/libbsp/sparc/erc32/Makefile.am

    rb287026 r13b2d95  
    1919
    2020noinst_PROGRAMS =
    21 
    22 SUBDIRS = . tools
    2321
    2422include_HEADERS += include/erc32.h
  • c/src/lib/libbsp/sparc/erc32/configure.ac

    rb287026 r13b2d95  
    2121AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    2222AM_CONDITIONAL(HAS_SMP,[test "$rtems_cv_HAS_SMP" = "yes"])
    23 
    24 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
    2523
    2624## bsp-specific options
  • c/src/lib/libbsp/sparc/leon2/ChangeLog

    rb287026 r13b2d95  
     12011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile.am, configure.ac: runtest for this BSP obsoleted by
     4        rtems-testing/sim-scripts support. Please use those scripts.
     5        * tools/.cvsignore, tools/ChangeLog, tools/Makefile.am,
     6        tools/configure.ac, tools/runtest.in: Removed.
     7
    182011-04-25      Jennifer Averett <jennifer.averett@OARcorp.com>
    29
  • c/src/lib/libbsp/sparc/leon2/Makefile.am

    rb287026 r13b2d95  
    3737
    3838noinst_PROGRAMS =
    39 
    40 # wrapup is the one that actually builds and installs the library
    41 # from the individual .rel files built in other directories
    42 SUBDIRS = . tools
    4339
    4440include_HEADERS += include/leon.h
  • c/src/lib/libbsp/sparc/leon2/configure.ac

    rb287026 r13b2d95  
    2222AM_CONDITIONAL(HAS_SMP,[test "$rtems_cv_HAS_SMP" = "yes"])
    2323
    24 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
    25 
    2624## bsp-specific options
    2725RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
  • c/src/lib/libbsp/sparc/leon3/ChangeLog

    rb287026 r13b2d95  
     12011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile.am, configure.ac: runtest for this BSP obsoleted by
     4        rtems-testing/sim-scripts support. Please use those scripts.
     5        * tools/.cvsignore, tools/ChangeLog, tools/Makefile.am,
     6        tools/configure.ac, tools/runtest.in: Removed.
     7
    182011-04-25      Jennifer Averett <jennifer.averett@OARcorp.com>
    29
  • c/src/lib/libbsp/sparc/leon3/Makefile.am

    rb287026 r13b2d95  
    2020
    2121noinst_PROGRAMS =
    22 
    23 # wrapup is the one that actually builds and installs the library
    24 # from the individual .rel files built in other directories
    25 SUBDIRS = . tools
    2622
    2723include_HEADERS += include/leon.h
  • c/src/lib/libbsp/sparc/leon3/configure.ac

    rb287026 r13b2d95  
    2121AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    2222AM_CONDITIONAL(HAS_SMP,[test "$rtems_cv_HAS_SMP" = "yes"])
    23 
    24 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
    2523
    2624## bsp-specific options
Note: See TracChangeset for help on using the changeset viewer.