|
@@ -8,7 +8,7 @@ config BR2_GCC_SUPPORTS_GRAPHITE
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "GCC compiler Version"
|
|
prompt "GCC compiler Version"
|
|
- default BR2_GCC_VERSION_4_8_ARC if BR2_arc
|
|
|
|
|
|
+ default BR2_GCC_VERSION_ARC if BR2_arc
|
|
default BR2_GCC_VERSION_4_9_X
|
|
default BR2_GCC_VERSION_4_9_X
|
|
help
|
|
help
|
|
Select the version of gcc you wish to use.
|
|
Select the version of gcc you wish to use.
|
|
@@ -56,12 +56,12 @@ choice
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
|
|
|
- config BR2_GCC_VERSION_4_8_ARC
|
|
|
|
- bool "gcc 4.8-arc"
|
|
|
|
|
|
+ config BR2_GCC_VERSION_ARC
|
|
|
|
+ bool "gcc arc (6.x)"
|
|
# Only supported architecture
|
|
# Only supported architecture
|
|
depends on BR2_arc
|
|
depends on BR2_arc
|
|
select BR2_GCC_NEEDS_MPC
|
|
select BR2_GCC_NEEDS_MPC
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
|
|
|
|
|
|
|
|
|
config BR2_GCC_VERSION_4_9_X
|
|
config BR2_GCC_VERSION_4_9_X
|
|
@@ -121,7 +121,7 @@ config BR2_GCC_VERSION
|
|
default "4.9.4" if BR2_GCC_VERSION_4_9_X
|
|
default "4.9.4" if BR2_GCC_VERSION_4_9_X
|
|
default "5.4.0" if BR2_GCC_VERSION_5_X
|
|
default "5.4.0" if BR2_GCC_VERSION_5_X
|
|
default "6.2.0" if BR2_GCC_VERSION_6_X
|
|
default "6.2.0" if BR2_GCC_VERSION_6_X
|
|
- default "arc-2016.09-eng013" if BR2_GCC_VERSION_4_8_ARC
|
|
|
|
|
|
+ default "arc-2016.09-eng013" if BR2_GCC_VERSION_ARC
|
|
|
|
|
|
config BR2_EXTRA_GCC_CONFIG_OPTIONS
|
|
config BR2_EXTRA_GCC_CONFIG_OPTIONS
|
|
string "Additional gcc options"
|
|
string "Additional gcc options"
|