# Fizzy: A fast WebAssembly interpreter # Copyright 2020 The Fizzy Authors. # SPDX-License-Identifier: Apache-2.0 # The toolchain file for arm64 cross-compilation. # It selects default version of GCC targeting aarch64-linux-gnu, tested with GCC 10. set(CMAKE_SYSTEM_PROCESSOR arm64) set(CMAKE_SYSTEM_NAME Darwin) #set(CMAKE_C_COMPILER clang) #set(CMAKE_CXX_COMPILER clang++) set(CMAKE_CXX_FLAGS_INIT "-arch arm64")