From b2d6e2a53ae03f9ab7d548b8cc5e2ca065609e82 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:54:23 +0900 Subject: [PATCH] GNUmakefile: Better comment for cross build --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b16d18f5e..19f47db4e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,7 +25,7 @@ endif # Binaries CARGO ?= cargo CARGOFLAGS ?= -RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc -vV | sed -n 's/host: //p') +RUSTC_ARCH ?= # should be empty except for cross-build, not --target $(shell rustc --print host-tuple) # Install directories PREFIX ?= /usr/local