README
author "Bryan Hundven" <bryanhundven@gmail.com>
Thu Mar 01 15:23:49 2012 -0800 (2012-03-01)
changeset 2909 28ac8fbd9e6a
parent 2725 32aa23619dfd
permissions -rw-r--r--
libg/eglibc: add updated eglibc 2.15

Includes a patch to remove __builtin_expect test:

In eglibc-2.15, the build breaks in configure while testing
for the existance of __builtin_expect. It fails with newer
versions of gcc.

This patch is a modification of an upstream change in glibc
mainline (to be 2.16) to fix the following error:

[CFG ] checking for __builtin_expect... no
[ERROR] configure: error: support for __builtin_expect needed

http://sourceware.org/git/?p=glibc.git;a=commit;h=3857022a761ea7251f8e5c0e45d382ebc3e34cf9

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
[yann.morin.1998@free.fr: coalesce both patches into a single changeset]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 This is the README for crosstool-NG
     2 
     3 Crosstool-NG follows the autoconf dance. So, to get you
     4 kick-started, just run:
     5     ./configure --help
     6 
     7 If you are using a development snapshot, you'll have to
     8 create the configure script, first. Just run:
     9     ./bootstrap
    10 
    11 You will find the documentation in the directory 'docs'.
    12 Here is a quick overview of what you'll find there:
    13   0 - Table of content
    14   1 - Introduction
    15   2 - Installing crosstool-NG
    16   3 - Configuring a toolchain
    17   4 - Building the toolchain
    18   5 - Using the toolchain
    19   6 - Toolchain types
    20   7 - Contributing
    21   8 - Internals
    22   A - Credits
    23   B - Known issues
    24   C - Misc. tutorials
    25 
    26 You can also point your browser at:
    27   http://crosstool-ng.org/
    28 
    29 Aloha!