|
@@ -1,6 +1,8 @@
|
|
config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
|
|
config BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
|
|
bool "Synopsys ARC 2024.06 toolchain"
|
|
bool "Synopsys ARC 2024.06 toolchain"
|
|
- depends on BR2_arc
|
|
|
|
|
|
+ depends on BR2_arc750d || BR2_arc770d || \
|
|
|
|
+ BR2_archs38_64mpy || BR2_archs38_full || \
|
|
|
|
+ BR2_archs4x_rel31 || BR2_archs4x
|
|
depends on BR2_HOSTARCH = "x86_64"
|
|
depends on BR2_HOSTARCH = "x86_64"
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
select BR2_INSTALL_LIBSTDCPP
|