9 May 2011 00:29
sbcl version.lisp-expr,1.5260,1.5261
Juho Snellman <jsnell <at> users.sourceforge.net>
2011-05-08 22:29:01 GMT
2011-05-08 22:29:01 GMT
Update of /cvsroot/sbcl/sbcl In directory vz-cvs-3.sog:/tmp/cvs-serv7611 Modified Files: version.lisp-expr Log Message: 1.0.47.32: Fix build on MinGW * Patch by Elliott Slaughter (lp#777339) Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.5260 retrieving revision 1.5261 diff -u -d -r1.5260 -r1.5261 --- version.lisp-expr 29 Apr 2011 13:33:40 -0000 1.5260 +++ version.lisp-expr 8 May 2011 22:28:58 -0000 1.5261 <at> <at> -20,4 +20,4 <at> <at> ;;; 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.47.31" +"1.0.47.32" ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution.(Continue reading)
As far as I (WHN 2002-05-19) know, no one is
# working on one and it would be a nice thing to have.)
-OS_LINK_FLAGS = -Wl,--export-dynamic,-mno-cygwin
-OS_LIBS = -mno-cygwin
+OS_LINK_FLAGS = -Wl,--export-dynamic
+OS_LIBS =
GC_SRC = gencgc.c
-CFLAGS = -g -Wall -O3 -mno-cygwin
RSS Feed