Remove HOST_GNU_TARGET

This commit is contained in:
Wildan M 2025-12-28 19:50:06 +07:00
parent 85047bd2d5
commit bbca5b2386
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -60,7 +60,6 @@ SED=sed
ifneq ($(PODMAN_BUILD),1)
FSTOOLS_IN_PODMAN=0
HOST_TARGET := $(shell env -u RUSTUP_TOOLCHAIN rustc -vV | grep host | cut -d: -f2 | tr -d " ")
HOST_GNU_TARGET := $(shell gcc -dumpmachine)
# x86_64 linux hosts have all toolchains
ifneq ($(HOST_TARGET),x86_64-unknown-linux-gnu)
ifeq ($(ARCH),aarch64)