linux: use linaro toolchain when KERNEL_LINARO_TOOLCHAIN is set

This commit is contained in:
Jonas Karlman
2018-06-14 07:42:40 +02:00
parent 675025b7b9
commit f28faae236
4 changed files with 13 additions and 19 deletions

View File

@@ -34,8 +34,8 @@
TARGET_FPU="neon-fp16"
TARGET_FEATURES="32bit"
# TARGET_KERNEL_PREFIX
TARGET_KERNEL_RELATIVE_PREFIX="lib/gcc-linaro-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-"
# Use linaro toolchain to build kernel
KERNEL_LINARO_TOOLCHAIN="arm-linux-gnueabihf"
;;
esac

View File

@@ -34,8 +34,8 @@
TARGET_FPU="neon-fp16"
TARGET_FEATURES="32bit"
# TARGET_KERNEL_PREFIX
TARGET_KERNEL_RELATIVE_PREFIX="lib/gcc-linaro-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-"
# Use linaro toolchain to build kernel
KERNEL_LINARO_TOOLCHAIN="arm-linux-gnueabihf"
;;
esac