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

Commit

Permalink
add some debug crumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
franksinankaya committed Feb 6, 2019
1 parent 060fd97 commit ca15e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cross/toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ add_compile_param(CMAKE_MODULE_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE
# Specify compile options
add_compile_options("--sysroot=${CROSS_ROOTFS}")
if (CLR_CMAKE_COMPILER STREQUAL "Clang")
message(WARNING "hello clang")
add_compile_options("--target=${TOOLCHAIN}")
add_compile_options("--gcc-toolchain=${CROSS_ROOTFS}/usr")
endif()
Expand Down

0 comments on commit ca15e81

Please sign in to comment.