docs/CREDITS
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Feb 15 21:18:10 2008 +0000 (2008-02-15)
changeset 428 022ca36f85c8
parent 423 656d929db867
child 438 d75624a9268b
permissions -rw-r--r--
Robert P. J. DAY says:

Add support for the selection of strace-4.5.16, including an updated
set of patches from strace-4.5.15.
     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 Special dedication to the buildroot people for maintaining a set of patches I
    43 happily and shamelessly vampirise from time to time... :-)
    44 
    45 More to come as they help.