|
[Sbcl-commits] CVS: sbcl make-config.sh,1.61.2.2,1.61.2.3
From: Cyrus Harmon <slyrus@us...> - 2006-03-26 18:51
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5125
Modified Files:
Tag: lutex-branch
make-config.sh
Log Message:
0.9.10.46.lutex-branch.13
* move {:mach,:carbon}-semaphores and :restore-tls-... into
base-target-features.lisp-expr
* conditional compilation fixes to avoid including things on
-sb-thread builds that shouldn't be
* whitespace fixes
* added a fixme in thread.lisp
Index: make-config.sh
===================================================================
RCS file: /cvsroot/sbcl/sbcl/make-config.sh,v
retrieving revision 1.61.2.2
retrieving revision 1.61.2.3
diff -u -d -r1.61.2.2 -r1.61.2.3
--- make-config.sh 25 Mar 2006 16:17:58 -0000 1.61.2.2
+++ make-config.sh 26 Mar 2006 18:51:28 -0000 1.61.2.3
@@ -263,12 +263,6 @@
# roughly-equivalent magic nevertheless.
printf ' :os-provides-dlopen' >> $ltf
fi
- # For Darwin builds choose one of :mach-semaphores or :carbon-semaphores.
- # By not selecting either of these we end up with posix semaphores
- # which currently do not work as there is no sem_init on Darwin.
- if [ "$sbcl_os" = "darwin" ]; then
- printf ' :mach-semaphores :restore-tls-segment-register-from-context' >> $ltf
- fi
elif [ "$sbcl_arch" = "x86-64" ]; then
printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack :linkage-table' >> $ltf
printf ' :stack-allocatable-closures :alien-callbacks' >> $ltf
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl make-config.sh,1.61.2.2,1.61.2.3 | Cyrus Harmon <slyrus@us...> |