[git] CMU Common Lisp branch master updated. snapshot-2013-09-4-g0f3e2f6

Raymond Toy rtoy at common-lisp.net
Thu Sep 12 04:23:02 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  0f3e2f6a96c03efb6ccbb40b6bb7d517055fb325 (commit)
       via  8be7988c53417027caf2d6c6c4ee107c057aef56 (commit)
      from  7e2a98eea48abc007e74490fa099da019b440ddc (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 0f3e2f6a96c03efb6ccbb40b6bb7d517055fb325
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Wed Sep 11 21:22:49 2013 -0700

    Support all sun4 archs, not just sun4u.  (sun4v is T1).

diff --git a/bin/build.sh b/bin/build.sh
index 9be48e4..9309e63 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -191,7 +191,7 @@ if [ -z "$BASE" ]; then
           esac ;;
       SunOS)
 	  case `uname -m` in
-	    sun4u) BASE=sparc ;;
+	    sun4*) BASE=sparc ;;
 	    i86pc) BASE=sol-x86 ;;
 	  esac ;;
       Linux) BASE=linux ;;

commit 8be7988c53417027caf2d6c6c4ee107c057aef56
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Wed Sep 11 21:22:19 2013 -0700

    Set lvshort to solaris too if lisp_variant=sparc*.

diff --git a/bin/create-target.sh b/bin/create-target.sh
index 85d7bb2..21b38a6 100755
--- a/bin/create-target.sh
+++ b/bin/create-target.sh
@@ -50,7 +50,7 @@ uname_m=`uname -m 2>/dev/null`
 case $lisp_variant in
     *linux*) lvshort=linux;;
     *freebsd*) lvshort=freebsd;;
-    *solaris*) lvshort=solaris;;
+    *solaris*|sparc*) lvshort=solaris;;
     *) lvshort=unknown;;
 esac
 

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

Summary of changes:
 bin/build.sh         |    2 +-
 bin/create-target.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list