docs/CREDITS
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 18 20:50:13 2008 +0000 (2008-05-18)
changeset 520 9c6df3bf0c7a
parent 518 c1e6c0ebfac1
child 557 595b2ff3fbf4
permissions -rw-r--r--
PowerPC support by Daniel Dittmann.

/trunk/docs/CREDITS | 3 3 0 0 +++
/trunk/config/target.in | 8 8 0 0 ++++++++
/trunk/arch/powerpc/functions | 9 9 0 0 +++++++++
/trunk/arch/powerpc/config.in | 1 1 0 0 +
4 files changed, 21 insertions(+)
     1 I would like to thank these fine people for making crosstool-NG possible:
     2 
     3   Dan KEGEL, the original author of crosstool: http://www.kegel.com/
     4     Dan was very helpfull and willing to help when I build my first toolchains.
     5     I owe him one. Thank you Dan!
     6     Some crosstool-NG scripts have code snippets coming almost as-is from the
     7     original work by Dan.
     8 
     9 And in order of appearance on the crossgcc ML:
    10 
    11   Allan CLARK for his investigations on building toolchains on MacOS-X.
    12     Allan made extensive tests of the first alpha of crosstool-NG on his
    13     MacOS-X, and unveiled some bash-2.05 weirdness.
    14 
    15   Enrico WEIGELT
    16     - some improvements to the build procedure
    17     - cxa_atexit disabling for C libraries not supporting it (old uClibc)
    18     - misc suggestions (restartable build, ...)
    19     - get rid of some bashisms in ./configure
    20 
    21   Robert P. J. DAY:
    22     - some small improvements to the configurator, misc prompting glitches
    23     - 'sanitised' patches for binutils-2.17
    24     - patches for glibc-2.5
    25     - misc patches, typos and eye candy
    26     - too many to list any more!
    27 
    28   Al Stone:
    29     - initial ia64 support
    30     - some cosmetics
    31 
    32   Szilveszter Ordog:
    33     - a uClibc floating point fix
    34     - initial support for ARM EABI
    35 
    36   Mark Jonas:
    37     - initiated Super-H port
    38 
    39   Michael Abbott:
    40     - make it build with ancient findutils
    41 
    42   Willy Tarreau:
    43     - a patch to glibc to build on 'ancient' shells
    44     - reported mis-use of $CT_CC_NATIVE
    45 
    46   Matthias Kaehlcke:
    47     - fix building glibc-2.7 (and 2.6.1) with newer kernels
    48 
    49   Daniel Dittmann:
    50     - PowerPC support
    51 
    52   Many others have contributed, either in form of patches, suggestions,
    53   comments, or testing... Thank you to all of you!
    54 
    55 Special dedication to the buildroot people for maintaining a set of patches I
    56 happily and shamelessly vampirise from time to time... :-)
    57 
    58 More to come as they help.