mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/gcc: switch to gcc 8.x as the default
Even if gcc 7 is still maintained for some time (gcc 7.5 is pending), switch to gcc 8.x since it has been released since 2018-05-02 and gcc 9.x is available since 2019-05-03. We have been having toolchains in the autobuilders with gcc 8.x for a while, so the vast majority of the problems should have already been solved. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
910c7f2395
commit
0a8cc22331
@ -5,7 +5,7 @@ choice
|
|||||||
default BR2_GCC_VERSION_ARC if BR2_arc
|
default BR2_GCC_VERSION_ARC if BR2_arc
|
||||||
default BR2_GCC_VERSION_CSKY if BR2_csky
|
default BR2_GCC_VERSION_CSKY if BR2_csky
|
||||||
default BR2_GCC_VERSION_OR1K if BR2_or1k
|
default BR2_GCC_VERSION_OR1K if BR2_or1k
|
||||||
default BR2_GCC_VERSION_7_X
|
default BR2_GCC_VERSION_8_X
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gcc you wish to use.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user