README
author Esben Haabendal <esben.haabendal@prevas.dk>
Wed Sep 26 09:09:23 2012 +0200 (2012-09-26)
changeset 3065 603ccf80c48b
parent 2725 32aa23619dfd
permissions -rw-r--r--
kernel/linux: change m68k/no-mmu linux arch tuple to use -uclinux

GCC requires m68k arch tuples to be *-*-uclinux-* to support Linux on
no-mmu m68k (ColdFire) cpus.

Blackfin arch tuple must be *-*-linux-uclibc for FD_PIC_ELF toolchains,
so we cannot just switch to uclinux for no-mmu Linux toolchains.

Signed-off-by: "Esben Haabendal" <esben@haabendal.dk>
Message-Id: <876271s1ee.fsf@arh128.prevas.dk>
PatchWork-Id: 186976
     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!