diff options
author | Hécate <hecate+gitlab@glitchbra.in> | 2020-06-27 23:04:19 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-01 15:43:25 -0400 |
commit | 5c9fabb82b39aed9e61c6b78c72312b20a568c68 (patch) | |
tree | 6ddba373c16a0a2294194cbf78bbb6931af76fac /aclocal.m4 | |
parent | b316804dbafe1d0287fd33f656b7ce5711ec34f7 (diff) | |
download | haskell-5c9fabb82b39aed9e61c6b78c72312b20a568c68.tar.gz |
Add most common return values for `os` and `arch`
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 6db0600c6d..5a4ead657a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1919,7 +1919,9 @@ AC_MSG_CHECKING(for path to top of build tree) # GHC_CONVERT_CPU(cpu, target_var) # -------------------------------- -# converts cpu from gnu to ghc naming, and assigns the result to $target_var +# Converts cpu from gnu to ghc naming, and assigns the result to $target_var. +# Should you modify this list, you are invited to reflect the changes in +# `libraries/base/System/Info.hs`'s documentation. AC_DEFUN([GHC_CONVERT_CPU],[ case "$1" in aarch64*) |