mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #2093 from chewitt/oops
linux: fix PKG_DEPENDS_TARGET
This commit is contained in:
commit
5980439134
@ -76,7 +76,7 @@ PKG_IS_KERNEL_PKG="yes"
|
||||
|
||||
if [ "$TARGET_KERNEL_ARCH" = "arm64" -a "$TARGET_ARCH" = "arm" ]; then
|
||||
PKG_DEPENDS_HOST="$PKG_DEPENDS_HOST gcc-linaro-aarch64-elf:host"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_HOST gcc-linaro-aarch64-elf:host"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gcc-linaro-aarch64-elf:host"
|
||||
TARGET_PREFIX=$TOOLCHAIN/lib/gcc-linaro-aarch64-elf/bin/aarch64-elf-
|
||||
HEADERS_ARCH=$TARGET_ARCH
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user