From: Ian Jackson Date: Fri, 19 Jun 2020 12:34:36 +0000 (+0100) Subject: README.md: Config reference: arch X-Git-Tag: nailing-cargo/1.0.0~142 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b74bf0facea0aa6067f6d10f95e35d845b1d697c;p=nailing-cargo.git README.md: Config reference: arch Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 02dede0..e9bd358 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,16 @@ To control use of alternative `Cargo.lock` filename, use the section * `user`: The local username for `really` and `ssh`, or `@` for `ssh`. +`[arch]`: Architecture convenience aliases +------------------------------------------ + +This is a map from archictecture aliases to full cargo architecture +names. The keys are the aliases; each entry should be a string, the +cargo architecture name. + +Only keys starting with an ascii uppercase letter are relevant, since +all other names are not looked up in this alias map. + Running the command ===================