Changeset 51f21b2 in rtems


Ignore:
Timestamp:
08/30/00 07:59:43 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
00966ba
Parents:
c7b98723
Message:

2000-08-30 Ralf Corsepius <corsepiu@…>

  • configure.in: Remove libcpu and libbsp
  • Makefile.am: Remove libcpu and libbsp
Location:
c/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/ChangeLog

    rc7b98723 r51f21b2  
     1
     22000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * configure.in: Remove libcpu and libbsp
     5        * Makefile.am: Remove libcpu and libbsp
    16
    272000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
  • c/src/lib/configure.in

    rc7b98723 r51f21b2  
    3333
    3434# find all the CPU dependent library Makefiles
    35 AC_CONFIG_SUBDIRS(libcpu)
    36 AC_CONFIG_SUBDIRS(libbsp)
     35# AC_CONFIG_SUBDIRS(libcpu)
     36# AC_CONFIG_SUBDIRS(libbsp)
    3737
    3838AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
Note: See TracChangeset for help on using the changeset viewer.