diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-01 23:47:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-02 21:44:15 +0200 |
commit | 1f6e2b4a9518b9608f3cc8cc7281bac382da41eb (patch) | |
tree | 92b5ad9318750b7d6b2a4ff86067b5f44af4a794 /toolchain/toolchain-external | |
parent | d40d77ff708344a075c0c70a73e1b35efc4e3d62 (diff) | |
download | buildroot-novena-1f6e2b4a9518b9608f3cc8cc7281bac382da41eb.tar.gz buildroot-novena-1f6e2b4a9518b9608f3cc8cc7281bac382da41eb.zip |
toolchain-external: microblaze toolchains are glibc-based
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-external')
-rw-r--r-- | toolchain/toolchain-external/Config.in | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index e34802dc2..f86ed7482 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 |