diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-12-31 18:47:37 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-12-31 18:47:37 +0100 |
commit | 5f41858c75361053421a4881ff5414d3498abc17 (patch) | |
tree | 3155a302a36cb15104a289116f73e67d1ff81949 | |
parent | af32c9331b94654384e67c748642e014fd357e94 (diff) | |
download | crosstool-ng-5f41858c75361053421a4881ff5414d3498abc17.tar.gz crosstool-ng-5f41858c75361053421a4881ff5414d3498abc17.tar.bz2 crosstool-ng-5f41858c75361053421a4881ff5414d3498abc17.zip |
docs: credit Konrad EISELE for the initial multilib support
Konrad submitted an initial patch adding multlib support:
http://sourceware.org/ml/crossgcc/2011-11/msg00040.html
The patch was full of good ideas, but had a few issues, so
I (Yann E. MORIN) started it all from scatch, re-using part
of the original patch. This got implemented in this series:
hg log -r 446a17b5dd1e:e47d17391ae3
As I forgot to credit Konrad in these changelogs, update the
docs so that the work by Konrad gets credited. Without his
initial effort, we would probably not have had multlib support
so soon. Thank you Konrad!
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | docs/A - Credits.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/A - Credits.txt b/docs/A - Credits.txt index c62f2041..1025754c 100644 --- a/docs/A - Credits.txt +++ b/docs/A - Credits.txt @@ -67,6 +67,10 @@ And in order of appearance on the crossgcc ML: - intense gcc-4.3 brainstorming - eglibc support + Konrad Eisele: + - initial multlilib support: + http://sourceware.org/ml/crossgcc/2011-11/msg00040.html + Many others have contributed, either in form of patches, suggestions, comments, or testing... Thank you to all of you! |