This library (cris_c_support) contains, together with independant work, a
compilation and derivation of other libraries, including glibc-1.05.
Copyright and copying terms of glibc-1.05 is listed in COPYING.LIB.  You
should find the original of glibc-1.05 where you found this library, or at
least at <URL:ftp://ftp.axis.com/pub/axis/tools/cris/base/glibc-1.05.tar.gz>.

 This library is only intended as a temporary C library for evaluation and
development purposes of code running on variants of the CRIS architecture; you
should use your own versions for production code, due to the distribution
conditions listed in the files COPYING.LIB and COPYING.
 Any source-file with "asm"-directives in it is target-specific, developed
independently at Axis Communications and is not necessarily subject to the GNU
library distribution conditions, just on basis on being part of this library.

 Source files possibly included in a runtime library, and covered by the GNU
library distribution conditions:
math/__drem.c
math/__isnan.c
math/__logb.c
math/frexp.c
math/ldexp.c
math/modf.c
stdlib/qsort.c
stdlib/strtod.c
string/memcmp.c
string/memmove.c
string/memset.c
string/strrchr.c
support/bcopy.c
support/bzero.c
ieee754.h (only included from one of the above, not an installed header-file)

To compile and install:
 make

To remove a previous installation:
 make uninstall

Variables with defaults:

Compiler name:
CC=gcc-cris

Compiler version:
CCVER=2.7.2
(deduced via "$(CC) --version")

Base directory for the library files:
dirprefix=/usr/local/cris/lib

Compiler-version part to be added to the dirprefix:
installdir=$(dirprefix)/gcc-lib/cris/$(CCVER)

Where are the include-files:
includedir=$(installdir)/include

Where are the support programs (for now, only "ar" is used):
bindir=$(installdir)

See the Makefile for more details.

Best regards, Axis Communications
