From 8bea80bd6b4daca547ceb46f54ebed14cc8e7d93 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 25 Jun 2006 00:56:04 +0000 Subject: [PATCH] 0.9.13.53: Fix unithreaded Solaris/x86 build failure. --- src/runtime/Config.x86-sunos | 2 +- src/runtime/x86-sunos-os.c | 2 +- version.lisp-expr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/Config.x86-sunos b/src/runtime/Config.x86-sunos index 5093355..abb347c 100644 --- a/src/runtime/Config.x86-sunos +++ b/src/runtime/Config.x86-sunos @@ -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 diff --git a/src/runtime/x86-sunos-os.c b/src/runtime/x86-sunos-os.c index 45d87f4..4e3f856 100644 --- a/src/runtime/x86-sunos-os.c +++ b/src/runtime/x86-sunos-os.c @@ -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; diff --git a/version.lisp-expr b/version.lisp-expr index d839676..a8c187d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4