@@ -1,13 +1,14 @@
TARGET?=
CARGO?=cargo
CARGOFLAGS?=
BUILD=target
ifneq ($(TARGET),)
BUILD="target/$(TARGET)"
CARGOFLAGS+="--target=$(TARGET)"
endif
ifeq ($(TARGET),aarch64-unknown-linux-gnu)
CC?=aarch64-linux-gnu-gcc
The note is not visible to the blocked user.