summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 18:32:40 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 01:34:42 +0100
commit9487456637abc1f26eda26f9e38f260b5f49edc2 (patch)
treed688d198d5019099c5111e3a888c631f1c3dd70f /configure.ac
parent8c85ae050f7205e5cb8f56abb48ea88eb7a4eb7a (diff)
configure: add vars for Solaris/SPARC64 (already checked in vcl)
Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0a7b157b84fe..563d8991c2a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4326,6 +4326,13 @@ solaris*)
PLATFORMID=solaris_sparc
OUTPATH=unxsogs
;;
+ sparc64)
+ CPU=U
+ CPUNAME=SPARC64
+ RTL_ARCH=SPARC64
+ PLATFORMID=solaris_sparc64
+ OUTPATH=unxsogu
+ ;;
*)
AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os])
;;