mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path: rename $TARGET_FAMILY to $TARGET-SUBARCH
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7f5e77d605
commit
96fb256041
@ -3,16 +3,16 @@ set -e
|
||||
# determine architecture's family
|
||||
case $TARGET_ARCH in
|
||||
arm)
|
||||
TARGET_FAMILY=arm
|
||||
TARGET_SUBARCH=arm
|
||||
TARGET_ABI=eabi
|
||||
;;
|
||||
|
||||
i386)
|
||||
TARGET_FAMILY=i686
|
||||
TARGET_SUBARCH=i686
|
||||
;;
|
||||
|
||||
x86_64)
|
||||
TARGET_FAMILY=x86_64
|
||||
TARGET_SUBARCH=x86_64
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -43,7 +43,7 @@ fi
|
||||
ADDONS=addons
|
||||
|
||||
HOST_NAME=`$SCRIPTS/configtools/config.guess`
|
||||
TARGET_NAME=${TARGET_FAMILY}-openelec-linux-gnu${TARGET_ABI}
|
||||
TARGET_NAME=${TARGET_SUBARCH}-openelec-linux-gnu${TARGET_ABI}
|
||||
|
||||
BUILD=$BUILD_BASE.$DISTRONAME-$PROJECT.$TARGET_ARCH-$OPENELEC_VERSION
|
||||
TARGET_IMG=$ROOT/$TARGET
|
||||
|
Loading…
x
Reference in New Issue
Block a user