xref: /aosp_15_r20/external/libxaac/cmake/toolchains/aarch32_toolchain.cmake (revision 15dc779a375ca8b5125643b829a8aa4b70d7f451)
1*15dc779aSAndroid Build Coastguard Workerset(CMAKE_SYSTEM_NAME Linux)
2*15dc779aSAndroid Build Coastguard Workerset(CMAKE_SYSTEM_PROCESSOR aarch32)
3*15dc779aSAndroid Build Coastguard Worker
4*15dc779aSAndroid Build Coastguard Worker# Modify these variables with paths to appropriate compilers that can produce
5*15dc779aSAndroid Build Coastguard Worker# armv7 targets
6*15dc779aSAndroid Build Coastguard Worker
7*15dc779aSAndroid Build Coastguard Worker# Specify the cross compiler
8*15dc779aSAndroid Build Coastguard Workerset(CMAKE_C_COMPILER arm-none-linux-gnueabi-gcc)
9*15dc779aSAndroid Build Coastguard Workerset(CMAKE_CXX_COMPILER arm-none-linux-gnueabi-g++)
10*15dc779aSAndroid Build Coastguard Workerset(CMAKE_C_COMPILER_AR arm-none-linux-gnueabi-ar)
11*15dc779aSAndroid Build Coastguard Workerset(CMAKE_CXX_COMPILER_AR arm-none-linux-gnueabi-ar)
12