[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2013-09-1-g44abdb5

Raymond Toy rtoy at common-lisp.net
Mon Sep 9 00:43:35 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  44abdb520938a95395c7b1ba00148d65d4db6aac (commit)
      from  de69bade53c2229f0ca1d2e9ddcc3e44135dc60f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 44abdb520938a95395c7b1ba00148d65d4db6aac
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Sep 8 17:43:08 2013 -0700

    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.

diff --git a/bin/create-target.sh b/bin/create-target.sh
index 05665e6..85d7bb2 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)

-----------------------------------------------------------------------

Summary of changes:
 bin/create-target.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list