Go to file
Joseph Myers 4b5466f188 Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM. 2012-05-25 22:31:59 +00:00
data alpha: Add localplt data file 2012-05-18 11:47:36 -07:00
sysdeps Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM. 2012-05-25 22:31:59 +00:00
Banner 2004-08-04 Roland McGrath <roland@frob.com> 2004-08-05 03:46:43 +00:00
ChangeLog Update ports README file. 2012-02-07 12:56:48 +00:00
ChangeLog.aix Remove bitrotten / unmaintained CPU and OS ports. 2011-11-29 16:10:31 +00:00
ChangeLog.alpha alpha: Add abilist files. 2012-05-24 13:43:53 -07:00
ChangeLog.am33 Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
ChangeLog.arm Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM. 2012-05-25 22:31:59 +00:00
ChangeLog.cris Remove CRIS port. 2012-02-21 17:32:26 +00:00
ChangeLog.hppa hppa: Rename all *.s to *.S. 2012-05-19 18:54:43 +02:00
ChangeLog.ia64 ia64: add getauxval to abilist 2012-05-25 01:16:45 -04:00
ChangeLog.linux-generic linux-generic: add __FSWORD_T_TYPE to <bits/typesizes.h> 2012-05-18 15:46:34 -04:00
ChangeLog.m68k m68k: define MADV_DONTDUMP and MADV_DODUMP 2012-05-23 18:45:57 +02:00
ChangeLog.mips Update MIPS kernel-features.h for removal of __ASSUME_32BITUIDS. 2012-05-25 19:21:15 +00:00
ChangeLog.powerpc Remove __fe_nomask_env from powerpc-nofpu ABI. 2012-05-21 18:56:03 +00:00
ChangeLog.tile tile: Define MADV_DONTDUMP and MADV_DODUMP 2012-05-23 08:20:12 -04:00
Makefile 2006-03-06 Roland McGrath <roland@redhat.com> 2006-03-06 11:05:27 +00:00
README Update ports README file. 2012-02-07 12:56:48 +00:00

README

This is the glibc ports repository, an add-on for the GNU C Library (glibc).
It contains code that is not maintained in the official glibc source tree.

This includes working ports to GNU/Linux on some machine architectures that
are not maintained in the official glibc source tree.  It also includes
some code once used by old libc ports now defunct, which has been abandoned
but may be useful for some future porter to examine.  It may also include
some optimized functions tailored for specific CPU implementations of an
architecture, to be selected using --with-cpu.

The ports repository is cooperatively maintained by volunteers on the
<libc-ports@sourceware.org> mailing list, and housed in a separate
ports git repository.  See
http://www.gnu.org/software/libc/download.html for details on using
git.  To report a bug in code housed in the ports repository, please
go to http://sources.redhat.com/bugzilla/ and file a bug report under
the glibc "ports" component.

An add-on for an individual port can be made from just the sysdeps/
subdirectories containing the port's code.  You may want to include a
README and Banner of your own talking about your port's code in particular,
rather than the generic ones here.

The real source code for any ports is found in the sysdeps/ subdirectories.
These should be exactly what would go into the main libc source tree if you
were to incorporate it directly.  The only exceptions are the files
sysdeps/*/preconfigure and sysdeps/*/preconfigure.in; these are fragments
used by this add-on's configure fragment.  The purpose of these is to set
$base_machine et al when the main libc configure's defaults are not right
for some machine.  Everything else can and should be done from a normal
sysdeps/.../configure fragment that is used only when the configuration
selects that sysdeps subdirectory.  Each port that requires some special
treatment before the sysdeps directory list is calculated, should add a
sysdeps/CPU/preconfigure file; this can either be written by hand or
generated by Autoconf from sysdeps/CPU/preconfigure.in, and follow the
rules for glibc add-on configure fragments.  No preconfigure file should do
anything on an unrelated configuration, so that disparate ports can be put
into a single add-on without interfering with each other.  Files that
would go in scripts/data/ for libc go in data/ in ports.

Like all glibc add-ons, this must be used by specifying the directory in
the --enable-add-ons option when running glibc's configure script.

The GNU C Library is free software.  See the file COPYING.LIB in the
libc repository for copying conditions, and LICENSES for notices about
a few contributions that require these additional notices to be
distributed.  License copyright years may be listed using range
notation, e.g., 2000-2011, indicating that every year in the range,
inclusive, is a copyrightable year that would otherwise be listed
individually.