It seems there is a recent change that puts nacl toolchain under both native_client/toolchain/linux_x86_newlib and native_client/toolchain/linux_x86. See Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=417019 .Is that on purpose? What's the reason?
On Tue, May 22, 2012 at 3:20 PM, Paweł Hajdan, Jr. <phajd...@chromium.org> wrote:It seems there is a recent change that puts nacl toolchain under both native_client/toolchain/linux_x86_newlib and native_client/toolchain/linux_x86. See Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=417019 .Is that on purpose? What's the reason?These are two different toolchains. linux_x86_newlib is newlib one and linux_x86 is glibc one (it's easy to guess that from the very same bugreport: linux_x86 is used to build something in .../tc_glibc/... directory while linux_x86_newlib is used to build something in .../tc_newlib/...).
The big question is: what exactly your Chromium is trying to build? Normally Chromium should only use nacl-toolchain to build nacl_irt*.nexe which is incompatible with GLibC and glibc-based toolchain is only used to build glibc-based tests... apparently there are some dependencies problem...