package-defaults: use REAL GNU target name for configure host
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled

It seems that using an half filled GNU target name results in that
autocompleted with the -gnu part.

This imply on some package that we are using glibc instead of MUSL.

Use the REAL GNU target name for configure host value to give better
info to the configure scripts.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2025-11-25 14:19:48 +01:00
parent 929a460bfa
commit e808405be0
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -78,7 +78,7 @@ endif
CONFIGURE_PREFIX:=/usr
CONFIGURE_ARGS = \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--host=$(REAL_GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-dependency-tracking \
--program-prefix="" \