Blame README

Packit 6c4009
This directory contains the sources of the GNU C Library.
Packit 6c4009
See the file "version.h" for what release version you have.
Packit 6c4009
Packit 6c4009
The GNU C Library is the standard system C library for all GNU systems,
Packit 6c4009
and is an important part of what makes up a GNU system.  It provides the
Packit 6c4009
system API for all programs written in C and C-compatible languages such
Packit 6c4009
as C++ and Objective C; the runtime facilities of other programming
Packit 6c4009
languages use the C library to access the underlying operating system.
Packit 6c4009
Packit 6c4009
In GNU/Linux systems, the C library works with the Linux kernel to
Packit 6c4009
implement the operating system behavior seen by user applications.
Packit 6c4009
In GNU/Hurd systems, it works with a microkernel and Hurd servers.
Packit 6c4009
Packit 6c4009
The GNU C Library implements much of the POSIX.1 functionality in the
Packit 6c4009
GNU/Hurd system, using configurations i[4567]86-*-gnu.
Packit 6c4009
Packit 6c4009
When working with Linux kernels, this version of the GNU C Library
Packit 6c4009
requires Linux kernel version 3.2 or later.
Packit 6c4009
Packit 6c4009
Also note that the shared version of the libgcc_s library must be
Packit 6c4009
installed for the pthread library to work correctly.
Packit 6c4009
Packit 6c4009
The GNU C Library supports these configurations for using Linux kernels:
Packit 6c4009
Packit 6c4009
	aarch64*-*-linux-gnu
Packit 6c4009
	alpha*-*-linux-gnu
Packit 6c4009
	arm-*-linux-gnueabi
Packit 6c4009
	hppa-*-linux-gnu
Packit 6c4009
	i[4567]86-*-linux-gnu
Packit 6c4009
	x86_64-*-linux-gnu	Can build either x86_64 or x32
Packit 6c4009
	ia64-*-linux-gnu
Packit 6c4009
	m68k-*-linux-gnu
Packit 6c4009
	microblaze*-*-linux-gnu
Packit 6c4009
	mips-*-linux-gnu
Packit 6c4009
	mips64-*-linux-gnu
Packit 6c4009
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
Packit 6c4009
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
Packit 6c4009
	s390-*-linux-gnu
Packit 6c4009
	s390x-*-linux-gnu
Packit 6c4009
	riscv64-*-linux-gnu
Packit 6c4009
	sh[34]-*-linux-gnu
Packit 6c4009
	sparc*-*-linux-gnu
Packit 6c4009
	sparc64*-*-linux-gnu
Packit 6c4009
Packit 6c4009
If you are interested in doing a port, please contact the glibc
Packit 6c4009
maintainers; see http://www.gnu.org/software/libc/ for more
Packit 6c4009
information.
Packit 6c4009
Packit 6c4009
See the file INSTALL to find out how to configure, build, and install
Packit 6c4009
the GNU C Library.  You might also consider reading the WWW pages for
Packit 6c4009
the C library at http://www.gnu.org/software/libc/.
Packit 6c4009
Packit 6c4009
The GNU C Library is (almost) completely documented by the Texinfo manual
Packit 6c4009
found in the `manual/' subdirectory.  The manual is still being updated
Packit 6c4009
and contains some known errors and omissions; we regret that we do not
Packit 6c4009
have the resources to work on the manual as much as we would like.  For
Packit 6c4009
corrections to the manual, please file a bug in the `manual' component,
Packit 6c4009
following the bug-reporting instructions below.  Please be sure to check
Packit 6c4009
the manual in the current development sources to see if your problem has
Packit 6c4009
already been corrected.
Packit 6c4009
Packit 6c4009
Please see http://www.gnu.org/software/libc/bugs.html for bug reporting
Packit 6c4009
information.  We are now using the Bugzilla system to track all bug reports.
Packit 6c4009
This web page gives detailed information on how to report bugs properly.
Packit 6c4009
Packit 6c4009
The GNU C Library is free software.  See the file COPYING.LIB for copying
Packit 6c4009
conditions, and LICENSES for notices about a few contributions that require
Packit 6c4009
these additional notices to be distributed.  License copyright years may be
Packit 6c4009
listed using range notation, e.g., 1996-2015, indicating that every year in
Packit 6c4009
the range, inclusive, is a copyrightable year that would otherwise be listed
Packit 6c4009
individually.