Skip to content

Commit 765f63c

Browse files
tejlmandcfriedt
authored andcommitted
cmake: remove xtensa workaround in Zephyr toolchain code.
Remove xtensa specific workaround as this code is now present in Zephyr SDK cmake code. Signed-off-by: Torsten Rasmussen <[email protected]> (cherry picked from commit 92a1ca6)
1 parent 062306f commit 765f63c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/target.cmake)
4-
5-
# Workaround, FIXME: Waiting for new SDK.
6-
if("${ARCH}" STREQUAL "xtensa")
7-
set(SYSROOT_DIR ${TOOLCHAIN_HOME}/xtensa/${SOC_TOOLCHAIN_NAME}/${SYSROOT_TARGET})
8-
set(CROSS_COMPILE ${TOOLCHAIN_HOME}/xtensa/${SOC_TOOLCHAIN_NAME}/${CROSS_COMPILE_TARGET}/bin/${CROSS_COMPILE_TARGET}-)
9-
endif()

0 commit comments

Comments
 (0)