Commit 4d083230 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Don't break AVR32 toolchain by hiding binutils-2.17

parent c8240ca3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ choice
		bool "binutils 2.16.91.0.7"

	config BR2_BINUTILS_VERSION_2_17
		depends !BR2_nios2 && BR2_DEPRECATED
		depends BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED
		bool "binutils 2.17"

	config BR2_BINUTILS_VERSION_2_17_50_0_2