Skip to content

Commit 3bb5c4b

Browse files
stephanosiocarlescufi
authored andcommitted
cmake: toolchain: Remove deprecated 'xtools' toolchain variant
The `xtools` toolchain variant, which was originally introduced to be used with the Crosstool-NG-based Zephyr SDK toolchains and has been replaced by the `zephyr` toolchain variant, has been marked as deprecated since Zephyr v3.3.0. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 90d8710 commit 3bb5c4b

File tree

4 files changed

+0
-94
lines changed

4 files changed

+0
-94
lines changed

cmake/modules/FindDeprecated.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ if("CROSS_COMPILE" IN_LIST Deprecated_FIND_COMPONENTS)
5353
endif()
5454
endif()
5555

56-
if("XTOOLS" IN_LIST Deprecated_FIND_COMPONENTS)
57-
list(REMOVE_ITEM Deprecated_FIND_COMPONENTS XTOOLS)
58-
# This code was deprecated after Zephyr v3.3.0
59-
# When removing support for `xtools`, remember to also remove:
60-
# cmake/toolchain/xtools (folder with files)
61-
# doc/develop/toolchains/crosstool_ng.rst and update the index.rst file.
62-
message(DEPRECATION "XTOOLS toolchain variant is deprecated. "
63-
"Please set ZEPHYR_TOOLCHAIN_VARIANT to 'zephyr'")
64-
endif()
65-
6656
if("SPARSE" IN_LIST Deprecated_FIND_COMPONENTS)
6757
list(REMOVE_ITEM Deprecated_FIND_COMPONENTS SPARSE)
6858
# This code was deprecated after Zephyr v3.2.0

cmake/toolchain/xtools/Kconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

cmake/toolchain/xtools/generic.cmake

Lines changed: 0 additions & 41 deletions
This file was deleted.

cmake/toolchain/xtools/target.cmake

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)