Changeset cf5dfce1 in rtems for c/src


Ignore:
Timestamp:
06/11/11 17:23:34 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
b287026
Parents:
e173b750
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/psim-bottom, tools/psim-gdb-bottom, tools/psim-gdb-top.in, tools/psim-shared, tools/psim-top.in, tools/runtest-bottom, tools/runtest-top.in: Removed.
Location:
c/src/lib/libbsp/powerpc/psim
Files:
11 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/psim/ChangeLog

    re173b750 rcf5dfce1  
     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/psim-bottom, tools/psim-gdb-bottom,
     7        tools/psim-gdb-top.in, tools/psim-shared, tools/psim-top.in,
     8        tools/runtest-bottom, tools/runtest-top.in: Removed.
     9
    1102011-05-17      Till Straumann <strauman@slac.stanford.edu>
    211
  • c/src/lib/libbsp/powerpc/psim/Makefile.am

    re173b750 rcf5dfce1  
    44
    55ACLOCAL_AMFLAGS = -I ../../../../aclocal
    6 
    7 SUBDIRS = . tools
    86
    97include $(top_srcdir)/../../../../automake/compile.am
  • c/src/lib/libbsp/powerpc/psim/configure.ac

    re173b750 rcf5dfce1  
    1919
    2020AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    21 
    22 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
    2321
    2422RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
Note: See TracChangeset for help on using the changeset viewer.