tools/corrosion/.github/scripts/toolchains/i686-unknown-linux-gnu-gcc.cmake
author alfadur
Sat, 22 Feb 2025 19:39:31 +0300
changeset 16091 5febd2bc5372
parent 16038 d903f8d2395a
permissions -rw-r--r--
Add server reconnection tokens and anteroom local list of used nicks
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")