mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
GNUmakefile: Better comment for cross build
This commit is contained in:
parent
3eda1022fd
commit
b2d6e2a53a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue