Commit 8fae0c44 authored by Adam Wujek's avatar Adam Wujek

Kconfig: don't use CONFIG_CROSS_COMPILE for WRPC

WRPC passes the CROSS_COMPILE in the env variable during a build.
Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 9d23eba5
......@@ -72,6 +72,7 @@ config ARCH
config CROSS_COMPILE
string "Cross compiler prefix"
depends on !WRPC_PPSI
default "/opt/gcc-lm32/bin/lm32-elf-" if ARCH_IS_WRPC=1
default "/opt/arm-wrswitch/bin/arm-linux-" if ARCH_WRS
default ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment