From 44abdb520938a95395c7b1ba00148d65d4db6aac Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sun, 8 Sep 2013 17:43:08 -0700
Subject: [PATCH] Change Sparc default variant to sparc_sunc instead of
 sparc_gcc.

I almost always build with sparc_sunc so make it the default.
I only do sparc_gcc for testing that the build still works with gcc.
---
 bin/create-target.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/create-target.sh b/bin/create-target.sh
index 05665e6f6..85d7bb2ba 100755
--- a/bin/create-target.sh
+++ b/bin/create-target.sh
@@ -31,7 +31,7 @@ uname_m=`uname -m 2>/dev/null`
 	SunOS)
 	    case $uname_m in
 		i86pc) lisp_variant=x86_solaris_sunc ;;
-		sun*) lisp_variant=sparc_gcc ;;
+		sun*) lisp_variant=sparc_sunc ;;
 	    esac 
 	    ;;
 	Darwin)
-- 
GitLab