This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

add missing compiler flag...

Ivan Ilak (Apr 21, 2023, 9:43 PM +0200) 406b85fe eb5428fa

+1
+1
cmake/arm-gcc-toolchain.cmake
··· 38 38 endif () 39 39 40 40 set(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}gcc) 41 + set(CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}gcc) 41 42 set(CMAKE_ASM_COMPILER ${CMAKE_C_COMPILER}) 42 43 # set(CMAKE_AR ${TOOLCHAIN_PREFIX}ar) 43 44 # set(CMAKE_RANLIB ${TOOLCHAIN_PREFIX}ranlib)