Commit 4a7462b3 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain: disallow internal/ctng toolchains for microblaze



While there's some microblaze support in mainline gcc from 4.6.x,
there still seems to be something missing with the uClibc support, so
disable these for now.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 9bf3dc76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ choice

config BR2_TOOLCHAIN_BUILDROOT
	bool "Buildroot toolchain"
	depends on !BR2_microblaze
	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED

@@ -22,6 +23,7 @@ config BR2_TOOLCHAIN_EXTERNAL

config BR2_TOOLCHAIN_CTNG
	bool "Crosstool-NG toolchain"
	depends on !BR2_microblaze
	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
	help