From: Christophe Rhodes Date: Fri, 9 Apr 2004 14:39:49 +0000 (+0000) Subject: 0.8.9.31: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f9dc44c74dcd58bc6397080b5cad7ea21edd555a;p=sbcl.git 0.8.9.31: Add Config.x86-netbsd to HEAD (oops) --- diff --git a/src/runtime/Config.x86-netbsd b/src/runtime/Config.x86-netbsd new file mode 100644 index 0000000..d761d4c --- /dev/null +++ b/src/runtime/Config.x86-netbsd @@ -0,0 +1,7 @@ +# -*- makefile -*- +include Config.x86-bsd + +ASSEM_SRC += ldso-stubs.S +OS_LINK_FLAGS = -dynamic -export-dynamic + +CFLAGS = -g -Wall -O2 diff --git a/version.lisp-expr b/version.lisp-expr index 0d65704..dcd8ec4 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.8.9.30" +"0.8.9.31"