# HG changeset patch # User "Yann E. MORIN" # Date 1325353657 -3600 # Node ID 0c3c95f911ec4109caf79e3346f44672b6455b26 # Parent e47d17391ae3378c9a61ee7b20f5c4eff1ccf56c 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" diff -r e47d17391ae3 -r 0c3c95f911ec docs/A - Credits.txt --- a/docs/A - Credits.txt Wed Dec 28 17:05:46 2011 +0100 +++ b/docs/A - Credits.txt Sat Dec 31 18:47:37 2011 +0100 @@ -67,6 +67,10 @@ - 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!