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