diff mbox

toolchain-external: microblaze toolchains are glibc-based

Message ID 1343857624-4494-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Headers show

Commit Message

Thomas Petazzoni Aug. 1, 2012, 9:47 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/toolchain-external/Config.in |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

Comments

Thomas Petazzoni Aug. 2, 2012, 8:13 p.m. UTC | #1
Le Wed,  1 Aug 2012 23:47:04 +0200,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> a écrit :

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied to master.

Thomas
Thomas Petazzoni Aug. 2, 2012, 8:13 p.m. UTC | #2
Le Wed,  1 Aug 2012 23:47:04 +0200,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> a écrit :

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied to master.

Thomas
diff mbox

Patch

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index e34802d..f86ed74 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -542,11 +542,7 @@  config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
 config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
 	bool "Xilinx Little Endian Microblaze GNU Tools"
 	depends on BR2_microblazeel
-	select BR2_LARGEFILE
-	select BR2_INET_IPV6
-	select BR2_INET_RPC
-	select BR2_ENABLE_LOCALE
-	select BR2_USE_WCHAR
+	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
 	help
 	  Toolchain for the Microblaze architecture, from
 	  http://wiki.xilinx.com/mb-gnu-tools
@@ -554,11 +550,7 @@  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
+	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
 	help
 	  Toolchain for the Microblaze architecture, from
 	  http://wiki.xilinx.com/mb-gnu-tools