docs/CREDITS
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Feb 14 22:42:37 2008 +0000 (2008-02-14)
changeset 423 656d929db867
parent 421 81c8952c8c2e
child 428 022ca36f85c8
permissions -rw-r--r--
Add latest kernel versions (Robert P. J. DAY).
     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-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 
    27   Al Stone:
    28     - initial ia64 support
    29     - some cosmetics
    30 
    31   Szilveszter Ordog:
    32     - a uClibc floating point fix
    33     - initial support for ARM EABI
    34 
    35   Mark Jonas:
    36     - initiated Super-H port
    37 
    38   Michael Abbott:
    39     - make it build with ancient findutils
    40 
    41 Special dedication to the buildroot people for maintaining a set of patches I
    42 happily and shamelessly vampirise from time to time... :-)
    43 
    44 More to come as they help.