docs/CREDITS
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 24 16:24:09 2008 +0000 (2008-06-24)
changeset 611 eac4dc8da8a9
parent 520 9c6df3bf0c7a
child 702 1f296e367622
permissions -rw-r--r--
New patches from Ioannis E. VENETIS to allow building more up-to-date Alpha x-compilers.
Some patches are still missing, though.
See: http://sourceware.org/ml/libc-help/2008-06/msg00061.html

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