Skip to content

Commit

Permalink
Merge pull request #1034 from leapmotion/upd-standard
Browse files Browse the repository at this point in the history
Update standard
  • Loading branch information
Jonathan Marsden authored Nov 10, 2017
2 parents 6e4022a + 70e4df1 commit 7cbd978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/toolchain-rk1108.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(BUILD_ARM 1)
set(BUILD_RK1108 1)

set(RK1108_TOOLCHAIN_ROOT /opt/rk1108_toolchain)
set(RK1108_COMMON_FLAGS " --sysroot=${RK1108_TOOLCHAIN_ROOT}/usr/arm-rkcvr-linux-uclibcgnueabihf/sysroot -D__RK1108__")
set(RK1108_COMMON_FLAGS " --sysroot=${RK1108_TOOLCHAIN_ROOT}/usr/arm-rkcvr-linux-uclibcgnueabihf/sysroot -D__RK1108__ -fno-omit-frame-pointer")

set(CMAKE_C_COMPILER ${RK1108_TOOLCHAIN_ROOT}/usr/bin/arm-linux-gcc CACHE FILEPATH "C Compiler" FORCE)
set(CMAKE_CXX_COMPILER ${RK1108_TOOLCHAIN_ROOT}/usr/bin/arm-linux-g++ CACHE FILEPATH "C++ Compiler" FORCE)
Expand Down

0 comments on commit 7cbd978

Please sign in to comment.