0.9.13.53:
authorJuho Snellman <jsnell@iki.fi>
Sun, 25 Jun 2006 00:56:04 +0000 (00:56 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 25 Jun 2006 00:56:04 +0000 (00:56 +0000)
        Fix unithreaded Solaris/x86 build failure.

src/runtime/Config.x86-sunos
src/runtime/x86-sunos-os.c
version.lisp-expr

index 5093355..abb347c 100644 (file)
@@ -1,5 +1,5 @@
 CC=gcc
-CFLAGS = -g3 -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4
+CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4
 ASFLAGS = -Wall
 LD = ld
 NM = nm -xgp
index 45d87f4..4e3f856 100644 (file)
@@ -27,7 +27,6 @@
 
 #ifdef LISP_FEATURE_SB_THREAD
 pthread_mutex_t modify_ldt_lock = PTHREAD_MUTEX_INITIALIZER;
-#endif
 
 static int
 ldt_index_selector (int index) {
@@ -90,6 +89,7 @@ install_segment (unsigned long start, unsigned long size) {
 
     return selector;
 }
+#endif
 
 int arch_os_thread_init(struct thread *thread) {
   stack_t sigstack;
index d839676..a8c187d 100644 (file)
@@ -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".)
-"0.9.13.52"
+"0.9.13.53"