Commit 1eb391c5 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logic

parent c9816df8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -72,12 +72,10 @@ config BR2_GCC_IS_SNAP

config BR2_GCC_SUPPORTS_SYSROOT
	bool
	default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2
	default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2

config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
	bool
	default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_1 || BR2_GCC_VERSION_4_2_2 || BR2_GCC_VERSION_4_2_3 || BR2_GCC_VERSION_4_2_4
	default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_2 && !BR2_GCC_VERSION_4_2_3 && !BR2_GCC_VERSION_4_2_4

config BR2_GCC_SNAP_DATE