mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 17:03:31 +08:00
package/gcc/Config.in.host: fix BR2_GCC_VERSION_ARC select of BR2_TOOLCHAIN_GCC_AT_LEAST_xyz
When the gcc arc version was bumped to a version using gcc 10.x (arc-2020.09-release) in commit0791abfba0
(toolchain: update ARC tools to arc-2020.09-release), the select of BR2_GCC_VERSION_ARC on the appropriate BR2_TOOLCHAIN_GCC_AT_LEAST_xyz was not updated. Commit0b4c7ba01c
(toolchain: update option descriptions for ARC tools arc-2020.09-release) fixed the prompt, but still forgot to update the appropriate BR2_TOOLCHAIN_GCC_AT_LEAST_xyz. This commit eventually fixes this issue. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit81662cf228
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
941714483e
commit
57941d2e66
@ -12,7 +12,7 @@ config BR2_GCC_VERSION_ARC
|
|||||||
bool "gcc arc (10.x)"
|
bool "gcc arc (10.x)"
|
||||||
# Only supported architecture
|
# Only supported architecture
|
||||||
depends on BR2_arc
|
depends on BR2_arc
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||||
|
|
||||||
config BR2_GCC_VERSION_POWERPC_SPE
|
config BR2_GCC_VERSION_POWERPC_SPE
|
||||||
bool "gcc powerpc spe"
|
bool "gcc powerpc spe"
|
||||||
|
Loading…
Reference in New Issue
Block a user