Rockchip: use linaro arm-linux-gnueabihf toolchain

This commit is contained in:
Jonas Karlman 2018-06-14 07:42:40 +02:00
parent f28faae236
commit 4f99564084
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
TARGET_CPU="cortex-a17"
TARGET_FPU="neon-vfpv4"
TARGET_FEATURES="32bit"
KERNEL_LINARO_TOOLCHAIN="arm-linux-gnueabihf"
;;
esac

View File

@ -10,6 +10,7 @@
TARGET_CPU="cortex-a17"
TARGET_FPU="neon-vfpv4"
TARGET_FEATURES="32bit"
KERNEL_LINARO_TOOLCHAIN="arm-linux-gnueabihf"
;;
esac