mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
if BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "arc-linux" if BR2_arcle
|
|
default "arceb-linux" if BR2_arceb
|
|
|
|
config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
default "toolchain-external-synopsys-arc"
|
|
|
|
endif
|