summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorEzequiel GarcĂ­a <ezequiel@vanguardiasur.com.ar>2015-02-17 13:26:58 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-19 22:04:26 +0100
commitee2ccf0d64ba2cf459ed4464826585b5dbdf0c24 (patch)
tree3eae6a4969798a2bd0f76075041f4ba7ab157d00 /toolchain
parentf50341edbbdd9f70a3c8905cc1e5be5a2647b49b (diff)
downloadbuildroot-ee2ccf0d64ba2cf459ed4464826585b5dbdf0c24.tar.gz
buildroot-ee2ccf0d64ba2cf459ed4464826585b5dbdf0c24.zip
toolchain: Enable the internal toolchain for nios2
For now we can only support glibc. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in1
-rw-r--r--toolchain/toolchain-buildroot/Config.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 54b5d173a7..b039ee2ff5 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -43,7 +43,6 @@ choice
config BR2_TOOLCHAIN_BUILDROOT
bool "Buildroot toolchain"
- depends on !BR2_nios2
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
config BR2_TOOLCHAIN_EXTERNAL
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index a69013fb17..1b9f3a3aca 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -64,7 +64,7 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC
BR2_mips64 || BR2_mips64el || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
BR2_sh64 || BR2_sparc || BR2_x86_64 || \
- BR2_microblaze
+ BR2_microblaze || BR2_nios2
depends on BR2_USE_MMU
depends on !BR2_STATIC_LIBS
depends on !BR2_powerpc_SPE
OpenPOWER on IntegriCloud