[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2012-01-24-ga3e7af3

Raymond Toy rtoy at common-lisp.net
Wed Feb 1 05:26:21 UTC 2012


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  a3e7af38dfc712cecbe940af00f16f2b13846e07 (commit)
       via  586be50caeb0db191c1a02645a3dacb6efe92a0e (commit)
      from  53cb30ad0335c33c70c24779aa964b775404680e (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 a3e7af38dfc712cecbe940af00f16f2b13846e07
Merge: 53cb30a 586be50
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Tue Jan 31 21:26:16 2012 -0800

    Merge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl


commit 586be50caeb0db191c1a02645a3dacb6efe92a0e
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Tue Jan 31 22:23:01 2012 -0700

    Use ppc as the default directory for ppc/darwin.

diff --git a/bin/build.sh b/bin/build.sh
index 537354b..85d70e7 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -176,8 +176,11 @@ done
 # If -b not given, try to derive one instead of just using "build".
 if [ -z "$BASE" ]; then
     case `uname -s` in
-      Darwin) # We only support darwin-x86 now.  No ppc available anymore.
-	  BASE=darwin ;;
+      Darwin)
+          case `uname -p` in
+            powerpc) BASE=ppc ;;
+            i386) BASE=darwin ;;
+          esac ;;
       SunOS)
 	  case `uname -m` in
 	    sun4u) BASE=sparc ;;

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

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


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list