DEVELOPERS: add Romain Naour for toolchain topic
authorRomain Naour <romain.naour@smile.fr>
Thu, 13 Feb 2020 22:29:13 +0000 (23:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Feb 2020 11:00:45 +0000 (12:00 +0100)
commit579f26faa5e70f106d1c1e2d9a3c8784f6faf394
tree7d43538c5c757eb7f1c988d69c1c41fbc95e4c9e
parent8ec71b5915aea9da4f14e8740df26b79c936ad86
DEVELOPERS: add Romain Naour for toolchain topic

The first time I worked on the Buildroot's toolchain infra
was to add support for the Sourcery Codebench Standard
(licenced) edition toolchain (from Mentor Graphics) for
x86 target [1]. The series was rejected though.

But the knowledge gained from this work served to refactor
the toolchain-external infra in Buildroot [2].

Nowadays, I'm using toolchains-builder project to do
some toolchain build testing to keep GNU tools up to date
in Buildroot.

[1] http://lists.busybox.net/pipermail/buildroot/2014-November/112036.html
[2] http://lists.busybox.net/pipermail/buildroot/2016-October/175433.html
[3] https://gitlab.com/kubu93/toolchains-builder/

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS