toolchain: Enable the internal toolchain for nios2
authorEzequiel García <ezequiel@vanguardiasur.com.ar>
Tue, 17 Feb 2015 16:26:58 +0000 (13:26 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 19 Feb 2015 21:04:26 +0000 (22:04 +0100)
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>
toolchain/Config.in
toolchain/toolchain-buildroot/Config.in

index 54b5d173a772c77346981c16a7621de59c20ad24..b039ee2ff58b4dcfc38f8dffe5dd95ed7431347d 100644 (file)
@@ -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
index a69013fb177dc2af8eae8273de195a5f65c8f5c0..1b9f3a3aca4197e99b0b2530d2f6c4eab710e3e5 100644 (file)
@@ -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