1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Declare CMAKE_SYSTEM_NAME/SYSTEM for Linaro builds

This commit is contained in:
Guillaume Chatelet
2019-01-15 10:19:06 +01:00
parent 78635347db
commit 5177c6974f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
source "$(dirname -- "$0")"/run_integration.sh
# Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
@ -7,7 +9,7 @@ function set_aarch64-linux-gnu() {
QEMU_ARCH=aarch64
}
# Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
# Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
function set_arm-linux-gnueabihf() {
TOOLCHAIN=LINARO
TARGET=arm-linux-gnueabihf