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
disable multilib support for the bootstrap tool chain
From: Christian Prochaska <christian.procha...@genode-labs.com>
---
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