diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-05 09:48:21 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-05 09:48:21 -0700 |
commit | 5d05c55424406c947618d60f06fc0d119a4f0e54 (patch) | |
tree | 7bc6b6fd84c7d99128d7cf4788366a9b04d6d944 | |
parent | 1f6234dcd8cdb2dba2145b2c87dc58a934b60597 (diff) | |
parent | 70c9476e834802806e327882f4530e10555cb3a8 (diff) | |
download | glibc-5d05c55424406c947618d60f06fc0d119a4f0e54.zip glibc-5d05c55424406c947618d60f06fc0d119a4f0e54.tar.gz glibc-5d05c55424406c947618d60f06fc0d119a4f0e54.tar.bz2 |
Merge branch 'master' of ssh://sources.redhat.com/git/glibc
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 20 |
2 files changed, 14 insertions, 10 deletions
@@ -1,3 +1,7 @@ +2010-05-05 Andreas Schwab <schwab@redhat.com> + + * INSTALL: Regenerate. + 2010-05-05 Ulrich Drepper <drepper@redhat.com> [BZ #11571] @@ -298,16 +298,16 @@ build the GNU C library: * GCC 3.4 or newer, GCC 4.1 recommended - The GNU C library can only be compiled with the GNU C compiler - family. For the 2.3 releases, GCC 3.2 or higher is required; GCC - 3.4 is the compiler we advise to use for 2.3 versions. For the - 2.4 release, GCC 3.4 or higher is required; as of this writing, - GCC 4.1 is the compiler we advise to use for current versions. On - certain machines including `powerpc64', compilers prior to GCC 4.0 - have bugs that prevent them compiling the C library code in the - 2.4 release. On other machines, GCC 4.1 is required to build the C - library with support for the correct `long double' type format; - these include `powerpc' (32 bit), `s390' and `s390x'. + For the 2.4 release or later, GCC 3.4 or higher is required; as of + this writing, GCC 4.4 is the compiler we advise to use for current + versions. On certain machines including `powerpc64', compilers + prior to GCC 4.0 have bugs that prevent them compiling the C + library code in the 2.4 release. On other machines, GCC 4.1 is + required to build the C library with support for the correct `long + double' type format; these include `powerpc' (32 bit), `s390' and + `s390x'. For other architectures special compiler-provided + headers are needed (like `cpuid.h' on x86) which only come with + later compiler versions. You can use whatever compiler you like to compile programs that use GNU libc, but be aware that both GCC 2.7 and 2.8 have bugs in |