Files
rtems/cpukit/libmisc/dummy
Joel Sherrill 9b4422a251 Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines
  next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
  contain CVS Ids
+ If the processing left a blank line at the top of
  a file, it was removed.
2012-05-11 08:44:13 -05:00
..

dummy.rel
=========

A relocatible objects which contains a dummy configuration for RTEMS.

Helps linking standard c-program code with RTEMS, which shall *not* be run 
on a target, such as configure script code fragments generated by autoconf's
AC_TRY_LINK.

Example:

tar xzvf somepkg.tar.gz
cd somepkg

LDFLAGS=/usr/local/rtems/<cpu>-rtems/<bsp>/lib/dummy.rel \
CC="<cpu>-rtems-gcc \
-B/usr/local/rtems/<cpu>-rtems/<bsp>/lib/ -specs bsp_specs -qrtems" \
CC_FOR_BUILD="gcc" \
configure --host=<cpu>-rtems --build=i686-pc-linux-gnu
make 

History:
Starting dummy.c with a copy of rtems-19990528/c/src/tests/samples/minimum/init.c