docs/CREDITS
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Aug 06 00:00:26 2010 +0200 (2010-08-06)
changeset 2071 5526fb72a893
parent 787 0725d7f8ab22
permissions -rw-r--r--
complibs/cloog: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     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     - contributed OpenRISC or32 support
    21 
    22   Robert P. J. DAY:
    23     - some small improvements to the configurator, misc prompting glitches
    24     - 'sanitised' patches for binutils-2.17
    25     - patches for glibc-2.5
    26     - misc patches, typos and eye candy
    27     - too many to list any more!
    28 
    29   Al Stone:
    30     - initial ia64 support
    31     - some cosmetics
    32 
    33   Szilveszter Ordog:
    34     - a uClibc floating point fix
    35     - initial support for ARM EABI
    36 
    37   Mark Jonas:
    38     - initiated Super-H port
    39 
    40   Michael Abbott:
    41     - make it build with ancient findutils
    42 
    43   Willy Tarreau:
    44     - a patch to glibc to build on 'ancient' shells
    45     - reported mis-use of $CT_CC_NATIVE
    46 
    47   Matthias Kaehlcke:
    48     - fix building glibc-2.7 (and 2.6.1) with newer kernels
    49 
    50   Daniel Dittmann:
    51     - PowerPC support
    52 
    53   Ioannis E. Venetis:
    54     - preliminary Alpha support
    55     - intense gcc-4.3 brainstorming
    56 
    57   Thomas Jourdan:
    58     - intense gcc-4.3 brainstorming
    59     - eglibc support
    60 
    61   Many others have contributed, either in form of patches, suggestions,
    62   comments, or testing... Thank you to all of you!
    63 
    64 Special dedication to the buildroot people for maintaining a set of patches I
    65 happily and shamelessly vampirise from time to time... :-)
    66 
    67 
    68 20100530: Status of this file
    69 
    70 It's been about a year now that we've moved the repository to Mercurial.
    71 The repository now has proper authorship for each changeset, and this is
    72 used to build the changelog at each release. This file will probably no
    73 longer be updated, and is here to credit people prior to the Mercurial
    74 migration, or for people discussing ideas or otherwise helping without
    75 code.
    76 
    77 If you think you deserve being cited in this file, do yell at me! ;-)