xref: /aosp_15_r20/external/libhevc/cmake/toolchains/aarch32_toolchain.cmake (revision c83a76b084498d55f252f48b2e3786804cdf24b7)
1set(CMAKE_SYSTEM_NAME Linux)
2set(CMAKE_SYSTEM_PROCESSOR aarch32)
3
4# Modify these variables with paths to appropriate compilers that can produce
5# armv7 targets
6set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
7set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
8