Files
softbus_OPC/third_party/open62541/tools/cmake/Toolchain-gcc-m32.cmake

7 lines
175 B
CMake
Raw Normal View History

2026-06-09 17:27:24 +08:00
# the name of the target operating system
set(CMAKE_SYSTEM_NAME Linux)
# which compilers to use for C and C++
set(CMAKE_C_COMPILER gcc -m32)
set(CMAKE_CXX_COMPILER g++ -m32)