Sign in
chromium
/
aosp
/
platform
/
external
/
libavc
/
e31eedadef946934cc882c9eb4f31308422fd16e
/
.
/
cmake
/
toolchains
/
aarch32_toolchain.cmake
blob: a5562230d3b827f7c7747ed7fd29fe6323884365 [
file
] [
log
] [
blame
]
set
(
SYSTEM_NAME
Linux
)
set
(
SYSTEM_PROCESSOR aarch32
)
# Modify these variables with paths to appropriate compilers that can produce
# armv7 targets
set
(
CMAKE_C_COMPILER arm
-
linux
-
gnueabihf
-
gcc
)
set
(
CMAKE_CXX_COMPILER arm
-
linux
-
gnueabihf
-
g
++)