From 106e70180612bf045fa737b473833ca592ac90a0 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 19 May 2019 22:48:24 +0300 Subject: [PATCH] NanoPi Neo 2, Tinkerboard: use toolchains with gcc-7 --- configs/nanopineo2_defconfig | 1 + configs/tinkerboard_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/nanopineo2_defconfig b/configs/nanopineo2_defconfig index 87c8756aa3..cf92734817 100644 --- a/configs/nanopineo2_defconfig +++ b/configs/nanopineo2_defconfig @@ -4,6 +4,7 @@ BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo2" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64=y BR2_TARGET_OPTIMIZATION="-pipe" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_TARGET_TZ_INFO=y diff --git a/configs/tinkerboard_defconfig b/configs/tinkerboard_defconfig index a1486e085f..db9e9a8f7e 100644 --- a/configs/tinkerboard_defconfig +++ b/configs/tinkerboard_defconfig @@ -5,6 +5,7 @@ BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-tinkerboard" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y BR2_TARGET_OPTIMIZATION="-pipe" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_TARGET_TZ_INFO=y