xref: /aosp_15_r20/external/libavc/cmake/toolchains/aarch32_toolchain.cmake (revision 495ae853bb871d1e5a258cb02c2cc13cde8ddb9a)
1*495ae853SAndroid Build Coastguard Workerset(SYSTEM_NAME Linux)
2*495ae853SAndroid Build Coastguard Workerset(SYSTEM_PROCESSOR aarch32)
3*495ae853SAndroid Build Coastguard Worker
4*495ae853SAndroid Build Coastguard Worker# Modify these variables with paths to appropriate compilers that can produce
5*495ae853SAndroid Build Coastguard Worker# armv7 targets
6*495ae853SAndroid Build Coastguard Workerset(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
7*495ae853SAndroid Build Coastguard Workerset(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
8