Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27411
Modified Files:
version.lisp-expr
Log Message:
1.0.16.30: couple of small Darwin cleanups
* Add -lpthread os OS_LIBS on x86 builds as well, since malloc()
may not be thread-safe without it (but with it it apparently should
be...)
* Pass -arch x86_64 to the C compiler in foreign.test.sh when doing
64 bit builds on Darwin, since x86 is the default there.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3942
retrieving revision 1.3943
diff -u -d -r1.3942 -r1.3943
--- version.lisp-expr 12 May 2008 14:12:43 -0000 1.3942
+++ version.lisp-expr 15 May 2008 13:45:26 -0000 1.3943
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.16.29"
+"1.0.16.30"
|