mirror of
https://github.com/libretro/Lakka.git
synced 2024-12-01 03:51:15 +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
|
||||
. 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}
|
||||
|
||||
BUILD=$BUILD_BASE.$DISTRONAME-$PROJECT.$TARGET_ARCH-$OPENELEC_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user