From 5ae9e3d2f164faee24ac698b7731177b5cc7d83e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 19 Jan 2019 08:03:20 -0200 Subject: [PATCH] cross-profiles/README: mention XBPS_CROSS_RUST_TARGET XBPS_CROSS_RUSTFLAGS --- common/cross-profiles/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/cross-profiles/README b/common/cross-profiles/README index 9069084a80f..2a2a1d4b423 100644 --- a/common/cross-profiles/README +++ b/common/cross-profiles/README @@ -11,5 +11,7 @@ A cross profile file must provide the following variables: - XBPS_CROSS_FFLAGS (Fortran compiler flags for the cross compiler) - XBPS_CROSS_CPPFLAGS (Preprocessor flags for the cross compiler) - XBPS_CROSS_LDFLAGS (Linker flags for the cross compiler) + - XBPS_CROSS_RUST_TARGET (the rust triplet for the rust cross compiler) + - XBPS_CROSS_RUSTFLAGS (rust compiler flags for the cross compiler) A source package matching `cross-${XBPS_CROSS_TRIPLET}' must also exist.