summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2023-01-07 15:25:31 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-12 15:53:00 -0500
commit8acfe9306568559eab8a655bc22e032c27853b11 (patch)
treecba8741d530174daf20b53fa44a01a7910a4fe65 /m4
parenta1491c8791c57a64d94bc08d639d585815c8d4e2 (diff)
downloadhaskell-8acfe9306568559eab8a655bc22e032c27853b11.tar.gz
Change MSYSTEM to CLANG64 uniformly
Diffstat (limited to 'm4')
-rw-r--r--m4/ghc_convert_os.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ghc_convert_os.m4 b/m4/ghc_convert_os.m4
index 885ca24848..8e2825d940 100644
--- a/m4/ghc_convert_os.m4
+++ b/m4/ghc_convert_os.m4
@@ -27,7 +27,7 @@ AC_DEFUN([GHC_CONVERT_OS],[
$3="$1"
;;
msys)
- AC_MSG_ERROR([Building GHC using the msys toolchain is not supported; please use mingw instead. Perhaps you need to set 'MSYSTEM=MINGW64 or MINGW32?'])
+ AC_MSG_ERROR([Building GHC using the msys toolchain is not supported; please use mingw instead. Perhaps you need to set 'MSYSTEM=CLANG64?'])
;;
aix*) # e.g. powerpc-ibm-aix7.1.3.0
$3="aix"