CREDITS
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 10 15:49:38 2007 +0000 (2007-04-10)
changeset 25 b1d9951b9933
parent 1 eeea35fbf182
child 36 776370226eaf
permissions -rw-r--r--
While migrating the samples to use ${CT_TOP_DIR}/build as base for the build directories, the Makefile rules stoped working.
This is because 'all' depends on 'build', which does exist, and make believes there's noting to do.
Work this around by using a rule named '_ct_build' instead of plain 'build'.
     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   Allan CLARK for his investigations on building toolchains on MacOS-X.
    10     Allan made extensive tests of the first alpha of ct-ng on his MacOS-X
    11     and unveiled some bash-2.05 weirdness.
    12 
    13   Enrico WEIGELT for some improvements of the build procedure:
    14     - cxa_atexit disabling for C libraries not supporting it (uClibc)
    15 
    16 More to come as they help.