# HG changeset patch # User "Yann E. MORIN" # Date 1189806060 0 # Node ID d5c5ed1b75ef76f5de1dc79439b3ec1cb2faa5de # Parent 151d753de99f437f6d98cc080d7acedd6b7f7155 Update docs/CREDITS: ARM EABI support. Update README: point at docs/CREDITS. diff -r 151d753de99f -r d5c5ed1b75ef README --- a/README Fri Sep 14 21:31:00 2007 +0000 +++ b/README Fri Sep 14 21:41:00 2007 +0000 @@ -9,7 +9,10 @@ http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool If you need to send a bug report or a patch, please send a mail with subject -prefixed with "[CT_NG]" to: - yann.morin.1998 (at) anciens.enib.fr +prefixed with "[CT_NG]" with the following destinations: + TO: crossgcc (at) sourceware.org + CC: yann.morin.1998 (at) anciens.enib.fr + +The people that helped are listed in docs/CREDITS. Many thanks to them! :-) Aloha! diff -r 151d753de99f -r d5c5ed1b75ef docs/CREDITS --- a/docs/CREDITS Fri Sep 14 21:31:00 2007 +0000 +++ b/docs/CREDITS Fri Sep 14 21:41:00 2007 +0000 @@ -12,9 +12,11 @@ Allan made extensive tests of the first alpha of crosstool-NG-ng on his MacOS-X, and unveiled some bash-2.05 weirdness. - Enrico WEIGELT for some improvements to the build procedure: - - cxa_atexit disabling for C libraries not supporting it (uClibc) + Enrico WEIGELT + - some improvements to the build procedure + - cxa_atexit disabling for C libraries not supporting it (old uClibc) - misc suggestions (restartable build, ...) + - get rid of some bashisms in ./configure Robert P. J. DAY: - some small improvements to the configurator, misc prompting glitches @@ -25,6 +27,10 @@ - initial ia64 support - some cosmetics + Szilveszter Ordog: + - a uClibc floating point fix + - initial support for ARM EABI + Special dedication to the buildroot people for maintaining a set of patches I happily and shamelessly vampirise from time to time... :-)