This does it, thanks!
On 22-05-17 14:11, Christian Prochaska wrote:
Hi Boris,
On 22.05.2017 12:07, Boris Mulder wrote:
I'm trying to compile the new toolchain using tool/tool_chain x86. However, it gives the following error:
does the attached patch help?
It might be necessary to delete the tool chain build directory before running the tool_chain script again.
Christian
tool_chain_bootstrap_disable_multilib.patch
disable multilib support for the bootstrap tool chain
From: Christian Prochaska <christian.prochaska@...1...>
tool/tool_chain | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tool/tool_chain b/tool/tool_chain index 4b466c1..dc5ebed 100755 --- a/tool/tool_chain +++ b/tool/tool_chain @@ -184,7 +184,8 @@ export MAKEFLAGS endif
COMMON_BOOTSTRAP_CONFIG = $(CONFIG_QUIET) \
--prefix=$(LOCAL_BOOTSTRAP_INSTALL_LOCATION)
--prefix=$(LOCAL_BOOTSTRAP_INSTALL_LOCATION) \
--disable-multilib
BINUTILS_BOOTSTRAP_CONFIG += $(COMMON_BOOTSTRAP_CONFIG)
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main