README
author Jongsung Kim <neidhard.kim@lge.com>
Thu May 02 23:31:33 2013 +0000 (2013-05-02)
changeset 3209 33f265e3e79d
parent 2725 32aa23619dfd
permissions -rw-r--r--
cc/gcc: modify to build gcc-4.8-based cross-tools

Building cross-tool based on gcc-4.8 fails while "Installing
pass-2 core C compiler", because building libgcc.mvars needs
libbacktrace.a that gcc.sh doesn't build. This patch inserts
a few lines configuring, and making libbacktrace into gcc.sh
to build gcc-4.8-based cross-tools successfully.

Reported-by: Plotnikov Dmitry <leitz@ispras.ru>
Signed-off-by: Jongsung Kim <neidhard.kim@lge.com>
Message-Id: <201305031831.33395.neidhard.kim@lge.com>
Patchwork-Id: 241258
     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!