Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1244361

Browse files
add some debug crumbs
1 parent a150a65 commit 1244361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cross/toolchain.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ add_compile_param(CMAKE_MODULE_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE
8787
# Specify compile options
8888
add_compile_options("--sysroot=${CROSS_ROOTFS}")
8989
if (CLR_CMAKE_COMPILER STREQUAL "Clang")
90+
message(WARNING "hello clang")
9091
add_compile_options("--target=${TOOLCHAIN}")
9192
add_compile_options("--gcc-toolchain=${CROSS_ROOTFS}/usr")
9293
endif()

0 commit comments

Comments
 (0)