From 1eb46725de8c74f28ed5d3894bd81b7d9ab35272 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 19 Mar 2012 16:48:24 -0300 Subject: toolchain/microblaze: fix up big-endian characteristics The big-endian microblaze external toolchain is missing vital characteristics being set, such as LARGEFILE support, IPV6 and so on. Signed-off-by: Gustavo Zacarias Tested-by: Stephan Hoffmann Signed-off-by: Peter Korsgaard --- toolchain/toolchain-external/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain') diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 991684fc0..49ea7fa21 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -461,6 +461,11 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2 bool "Xilinx Big Endian Microblaze GNU Tools" depends on BR2_microblazebe + select BR2_LARGEFILE + select BR2_INET_IPV6 + select BR2_INET_RPC + select BR2_ENABLE_LOCALE + select BR2_USE_WCHAR help Toolchain for the Microblaze architecture, from http://wiki.xilinx.com/mb-gnu-tools -- cgit v1.2.3-55-g7522