Skip to content
Snippets Groups Projects
Commit 06f3367c authored by Ben Gamari's avatar Ben Gamari Committed by Ben Gamari
Browse files

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)
parent d7c5ec0c
No related branches found
No related tags found
No related merge requests found
...@@ -1869,6 +1869,9 @@ case "$1" in ...@@ -1869,6 +1869,9 @@ case "$1" in
mips*) mips*)
$2="mips" $2="mips"
;; ;;
nios2)
$2="nios2"
;;
powerpc64le*) powerpc64le*)
$2="powerpc64le" $2="powerpc64le"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment