mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
config/path: set proper HOST_NAME host triplet with help from local gcc
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6bf33bb091
commit
c83a2f8b54
@ -12,7 +12,7 @@ set -e
|
|||||||
# include ARCH specific options
|
# include ARCH specific options
|
||||||
. config/arch.$TARGET_ARCH
|
. config/arch.$TARGET_ARCH
|
||||||
|
|
||||||
HOST_NAME=`$SCRIPTS/configtools/config.guess`
|
HOST_NAME=`$LOCAL_CC -dumpmachine`
|
||||||
TARGET_NAME=$(echo $TARGET_SUBARCH | sed -e "s,-,,")-openelec-linux-gnu${TARGET_ABI}
|
TARGET_NAME=$(echo $TARGET_SUBARCH | sed -e "s,-,,")-openelec-linux-gnu${TARGET_ABI}
|
||||||
|
|
||||||
BUILD=$BUILD_BASE.$DISTRONAME-$PROJECT.$TARGET_ARCH-$OPENELEC_VERSION
|
BUILD=$BUILD_BASE.$DISTRONAME-$PROJECT.$TARGET_ARCH-$OPENELEC_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user