mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
toolchain-external: add GCC 6.x option
Commit 519d83bfa0442439026db4e71e605a5c1347e566 adds support for GCC 6. Add an GCC 6.x option for external toolchains, too. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
76165265af
commit
8f972c2aed
@ -768,6 +768,10 @@ choice
|
|||||||
Set to the gcc version that is used by your external
|
Set to the gcc version that is used by your external
|
||||||
toolchain.
|
toolchain.
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_6
|
||||||
|
bool "6.x"
|
||||||
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_GCC_5
|
config BR2_TOOLCHAIN_EXTERNAL_GCC_5
|
||||||
bool "5.x"
|
bool "5.x"
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user