xcc: Drop the seemingly unused XCC_BUILD variable
Drop the seemingly unused XCC_BUILD variable because it depends on Kconfig and we need to cut the toolchain's dependency on Kconfig. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
ffbe747225
commit
4f61c2a58d
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ set(SYSROOT_TARGET xtensa-elf)
|
|||
|
||||
set(CROSS_COMPILE ${TOOLCHAIN_HOME}/bin/${CROSS_COMPILE_TARGET}-)
|
||||
set(SYSROOT_DIR ${TOOLCHAIN_HOME}/${SYSROOT_TARGET})
|
||||
set(XCC_BUILD $ENV{XTENSA_BUILD_PATHS}/$ENV{TOOLCHAIN_VER}/${CONFIG_SOC})
|
||||
|
||||
# xt-xcc does not support -Og, so make it -O0
|
||||
set(OPTIMIZE_FOR_DEBUG_FLAG "-O0")
|
||||
|
|
|
|||
Loading…
Reference in a new issue