Update toolchains

This commit is contained in:
2025-10-19 02:00:23 -05:00
parent 1fa8abe125
commit ab5396f463

View File

@@ -2,7 +2,7 @@ set(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc")
set(CMAKE_CXX_COMPILER "arm-linux-gnueabihf-g++")
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR arm)
set(CMAKE_FIND_ROOT_PATH /usr/lib/arm-linux-gnuabihf)
set(CMAKE_INSTALL_LIBDIR "lib/arm-linux-gnuabihf")
set(CMAKE_FIND_ROOT_PATH /usr/lib/arm-linux-gnueabihf)
set(CMAKE_INSTALL_LIBDIR "lib/arm-linux-gnueabihf")
set(TOOLCHAIN_PREFIX arm-linux-gnueabihf-)
set(ENV{PKG_CONFIG_LIBDIR} "/usr/lib/arm-linux-gnuabihf/pkgconfig:/usr/share/pkgconfig")
set(ENV{PKG_CONFIG_LIBDIR} "/usr/lib/arm-linux-gnueabihf/pkgconfig:/usr/share/pkgconfig")