README
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jan 01 19:14:20 2014 +0100 (2014-01-01)
changeset 3265 c010db3c6ab7
parent 2725 32aa23619dfd
permissions -rw-r--r--
kernel/linux: fix fall-out due to arm64 special case

Cset 3b61be3d7aa6 (prepare for arch whose kenel name is not the standard name)
failed to name a variable consistently, so all archs but arm64 were broken.

Fix that by renaming the variable in a consistent way.

Reported-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
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!