Files
rtems/c/src/libmisc
Joel Sherrill 254b445071 This set of changes is the build of what was required to convert to
GNU autoconf.  This is the first large step in allowing an RTEMS
user to perform a one-tree build (per crossgcc FAQ) including RTEMS
in the build process.  With this change RTEMS is configured in
built in the same style as the GNU tools, yet retains the basic
structure of its traditional Makefiles (ala Tony Bennett).
Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received)
a big thank you for doing this.

There are still issues to be resolved but as of this commit, all target
which can be built on a linux host have been using a modified version
of the source Jiri submitted.  This source was merged and most targets
built in the tree before this commit.

There are some issues which remain to be resolved but they are primarily
related to host OS dependencies, script issues, the use of gawk
for hack_specs, and the dependence on gcc snapshots.  These will
be resolved.
1997-04-01 23:07:52 +00:00
..
1995-05-11 17:39:37 +00:00

#
#  $Id$
#

This directory contains for the "miscellaneous" library.  Currently
the only item in this library is a user extension set which checks
for a task "blowing" it's stack.

The following ideas have been mentioned for items which could go
in this library, but this list is not all inclusive:

   + Workspace Consistency Checker
   + Task Execution Time Monitor

The intent of this library is to provide a home for useful utility routines
which are dependent upon RTEMS.