Blame README

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