From d41e3ac23975eb385d36a224f03c5919ce7a3938 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 14 Feb 2018 13:37:59 +0100 Subject: [PATCH] scripts/build: don't redefine TARGET_PREFIX on 64/32 builds Signed-off-by: Matthias Reichl --- scripts/build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/build b/scripts/build index a145f9d431..8317721de1 100755 --- a/scripts/build +++ b/scripts/build @@ -213,13 +213,6 @@ if [ "$(type -t configure_package)" = "function" ]; then configure_package fi -if [ "$PKG_IS_KERNEL_PKG" = "yes" ]; then - if [ "$TARGET_KERNEL_ARCH" = "arm64" -a "$TARGET_ARCH" = "arm" ]; then - TARGET_PREFIX=$TOOLCHAIN/lib/gcc-linaro-aarch64-linux-gnu/bin/aarch64-linux-gnu- - STRIP=${TARGET_PREFIX}strip - fi -fi - # build dependencies, only when PKG_DEPENDS_? is filled unset _pkg_depends case "$TARGET" in