[commit: ghc] ghc-8.4: configure: Accept version suffix in solaris name (06f3367)
git at git.haskell.org
git at git.haskell.org
Sun Mar 25 19:45:21 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.4
Link : http://ghc.haskell.org/trac/ghc/changeset/06f3367c0a198c5cfc88b1b55ef59fb611631125/ghc
>---------------------------------------------------------------
commit 06f3367c0a198c5cfc88b1b55ef59fb611631125
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Mon Mar 19 13:32:14 2018 -0400
configure: Accept version suffix in solaris name
Summary: OpenIndiana apparently reports a triple of i386-pc-solaris2.11.
Reviewers: hvr
Subscribers: rwbarton, thomie, erikd, carter
Differential Revision: https://phabricator.haskell.org/D4487
(cherry picked from commit 4fa077a2a1d6e6e7a45ef03a1075ff3c7dddb23d)
>---------------------------------------------------------------
06f3367c0a198c5cfc88b1b55ef59fb611631125
aclocal.m4 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/aclocal.m4 b/aclocal.m4
index 91cdd40..7c85e06 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1869,6 +1869,9 @@ case "$1" in
mips*)
$2="mips"
;;
+ nios2)
+ $2="nios2"
+ ;;
powerpc64le*)
$2="powerpc64le"
;;
More information about the ghc-commits
mailing list