Skip to content

Commit de3aafb

Browse files
committed
Add arm64 Speedgoat toolchain file.
1 parent 4c766d6 commit de3aafb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
set(VCPKG_TARGET_ARCHITECTURE arm64)
2+
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
3+
4+
# Linkage preferences
5+
set(VCPKG_CRT_LINKAGE dynamic)
6+
set(VCPKG_LIBRARY_LINKAGE static) # common for embedded
7+
8+
# Pass environment variables
9+
set(VCPKG_ENV_PASSTHROUGH SDKTARGETSYSROOT;PATH)
10+
11+
# Absolute path to the chainloaded toolchain
12+
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE
13+
"${CMAKE_CURRENT_LIST_DIR}/speedgoat-linux-toolchain.cmake")
14+
15+
# Disable debug builds
16+
set(VCPKG_BUILD_TYPE release)

0 commit comments

Comments
 (0)