mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
linux: use linaro toolchain when KERNEL_LINARO_TOOLCHAIN is set
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user