diff options
author | Carl Dong <contact@carldong.me> | 2020-12-10 14:04:19 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-01-08 11:40:01 -0500 |
commit | 402e3a5b1ed9de7057ce9955ea792ad1c2b9f2b5 (patch) | |
tree | d5afcadc46ba17a0cd50452f1791b0b20f2dffa5 /contrib | |
parent | cfa7ceb21b14d1fa24c2541bf242a0ed539b9e1b (diff) |
guix: Update HOSTS README entry for new architectures
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index d9e566838a..514c8d3e76 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -102,10 +102,8 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum * _**HOSTS**_ Override the space-separated list of platform triples for which to perform a - bootstrappable build. _(defaults to "x86\_64-linux-gnu - arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu")_ - - > Windows and OS X platform triplet support are WIP. + bootstrappable build. _(defaults to "x86\_64-linux-gnu arm-linux-gnueabihf + aarch64-linux-gnu riscv64-linux-gnu x86_64-w64-mingw32")_ * _**SOURCES_PATH**_ |