tools/corrosion/.github/scripts/toolchains/i686-unknown-linux-gnu-gcc.cmake
author unC0Rr
Wed, 20 Nov 2024 21:37:47 +0100
branchtransitional_engine
changeset 16038 d903f8d2395a
permissions -rw-r--r--
- Update corrosion - Implement installation of targets imported with corrosion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16038
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     1
set(CMAKE_C_COMPILER "i686-linux-gnu-gcc")
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     2
set(CMAKE_CXX_COMPILER "i686-linux-gnu-g++")
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     3
set(CMAKE_SYSTEM_NAME "Linux")