From 918f50cd2097ecdc64754c139ee412c138348238 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 19 Jan 2019 07:59:52 -0200 Subject: [PATCH] build-profiles/README: mention XBPS_RUST_TARGET --- common/build-profiles/README | 1 + 1 file changed, 1 insertion(+) diff --git a/common/build-profiles/README b/common/build-profiles/README index f179a0dbfff..23cb38945e4 100644 --- a/common/build-profiles/README +++ b/common/build-profiles/README @@ -8,3 +8,4 @@ for a specific architecture: - XBPS_CFLAGS (C compiler flags for host compiler) - XBPS_CXXFLAGS (C++ compiler flags for the host compiler) - XBPS_FFLAGS (Fortran compiler flags for the host compiler) + - XBPS_RUST_TARGET (the compiler triplet for usage by cargo)