docs/A - Credits.txt
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Mar 28 01:05:18 2011 +0200 (2011-03-28)
changeset 2362 0888065f8c4d
child 2563 e17f35b05539
permissions -rw-r--r--
cc/gcc: cleanup the _or_later logic

So far, we've had a version always select appropriate _or_later option,
which in turn would select all previous _or_later options.

Because the dependencies on companion libs were cumulative, that was
working OK. But the upcoming 4.6 will no longer depend on libelf, so
we can't keep the cumulative scheme we've been using so far.

Have each release family select the corresponding dependencies, instead
of relying on selecting previous _or_later.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 File.........: A - Credits.txt
     2 Copyrigth....: (C) 2010 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     3 License......: Creative Commons Attribution Share Alike (CC-by-sa), v2.5
     4 
     5 
     6 Credits  /
     7 ________/
     8 
     9 
    10 I would like to thank these fine people for making crosstool-NG possible:
    11 
    12   Dan KEGEL, the original author of crosstool: http://www.kegel.com/
    13     Dan was very helpfull and willing to help when I build my first toolchains.
    14     I owe him one. Thank you Dan!
    15     Some crosstool-NG scripts have code snippets coming almost as-is from the
    16     original work by Dan.
    17 
    18 And in order of appearance on the crossgcc ML:
    19 
    20   Allan CLARK for his investigations on building toolchains on MacOS-X.
    21     Allan made extensive tests of the first alpha of crosstool-NG on his
    22     MacOS-X, and unveiled some bash-2.05 weirdness.
    23 
    24   Enrico WEIGELT
    25     - some improvements to the build procedure
    26     - cxa_atexit disabling for C libraries not supporting it (old uClibc)
    27     - misc suggestions (restartable build, ...)
    28     - get rid of some bashisms in ./configure
    29     - contributed OpenRISC or32 support
    30 
    31   Robert P. J. DAY:
    32     - some small improvements to the configurator, misc prompting glitches
    33     - 'sanitised' patches for binutils-2.17
    34     - patches for glibc-2.5
    35     - misc patches, typos and eye candy
    36     - too many to list any more!
    37 
    38   Al Stone:
    39     - initial ia64 support
    40     - some cosmetics
    41 
    42   Szilveszter Ordog:
    43     - a uClibc floating point fix
    44     - initial support for ARM EABI
    45 
    46   Mark Jonas:
    47     - initiated Super-H port
    48 
    49   Michael Abbott:
    50     - make it build with ancient findutils
    51 
    52   Willy Tarreau:
    53     - a patch to glibc to build on 'ancient' shells
    54     - reported mis-use of $CT_CC_NATIVE
    55 
    56   Matthias Kaehlcke:
    57     - fix building glibc-2.7 (and 2.6.1) with newer kernels
    58 
    59   Daniel Dittmann:
    60     - PowerPC support
    61 
    62   Ioannis E. Venetis:
    63     - preliminary Alpha support
    64     - intense gcc-4.3 brainstorming
    65 
    66   Thomas Jourdan:
    67     - intense gcc-4.3 brainstorming
    68     - eglibc support
    69 
    70   Many others have contributed, either in form of patches, suggestions,
    71   comments, or testing... Thank you to all of you!
    72 
    73 Special dedication to the buildroot people for maintaining a set of patches I
    74 happily and shamelessly vampirise from time to time... :-)
    75 
    76 
    77 20100530: Status of this file
    78 
    79 It's been about a year now that we've moved the repository to Mercurial.
    80 The repository now has proper authorship for each changeset, and this is
    81 used to build the changelog at each release. This file will probably no
    82 longer be updated, and is here to credit people prior to the Mercurial
    83 migration, or for people discussing ideas or otherwise helping without
    84 code.
    85 
    86 If you think you deserve being cited in this file, do yell at me! ;-)