mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 21:53:18 +02:00
Update cross compilation scripts.
This commit is contained in:
@ -19,15 +19,13 @@ matrix:
|
||||
compiler: clang
|
||||
- os: linux
|
||||
env:
|
||||
CROSS_COMPILE=1
|
||||
TOOLCHAIN_NAME=gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
|
||||
LINARO_URL=https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.tar.xz
|
||||
TARGET=arm-linux-gnueabihf
|
||||
QEMU_ARCHES=arm
|
||||
QEMU_ARCH=arm
|
||||
- os: linux
|
||||
env:
|
||||
CROSS_COMPILE=1
|
||||
TOOLCHAIN_NAME=gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
|
||||
LINARO_URL=https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz
|
||||
TARGET=aarch64-linux-gnu
|
||||
QEMU_ARCHES=aarch64
|
||||
QEMU_ARCH=aarch64
|
||||
|
Reference in New Issue
Block a user