From: Nikodemus Siivola Date: Sun, 30 May 2004 20:03:07 +0000 (+0000) Subject: 0.8.10.65: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6a1bc1ce5cf00af8d5267a1cf34a0c45ba4ea8e6;p=sbcl.git 0.8.10.65: Merged Brian Masterbrooks patch that should fix builds on Mac OS X (sbcl-devel 28 May 2004) ... This is also known as faith-healing, as I have no Mac to test this on. --- diff --git a/src/runtime/Config.ppc-darwin b/src/runtime/Config.ppc-darwin index a38d747..d911ab9 100644 --- a/src/runtime/Config.ppc-darwin +++ b/src/runtime/Config.ppc-darwin @@ -1,5 +1,5 @@ # -*- makefile -*- -CFLAGS = -Dppc -g -Wall -O3 -no-cpp-precomp +CFLAGS = -Dppc -g -Wall -O2 -no-cpp-precomp OS_SRC = bsd-os.c os-common.c ppc-darwin-os.c ppc-darwin-dlshim.c OS_LIBS = -lSystem -lc -lm @@ -20,7 +20,7 @@ CPP = cpp -no-cpp-precomp # FIXME: "-Wl,-segaddr,SBCLRO,0x1000000" is output from # ppc-darwin-mkrospace (it depends on READ_ONLY_SPACE I believe) but it # is hard-coded here! -OS_LINK_FLAGS = -dynamic -L$(HOME)/local/lib -L/sw/lib -L/opt/local/lib -L/usr/local/lib -Wl,-segaddr,SBCLRO,0x1000000 -Wl,-seg1addr,0x5000000 $(if $(AFTER_GROVEL_HEADERS),ppc-darwin-rospace.o) +OS_LINK_FLAGS = -dynamic -Wl,-segaddr,SBCLRO,0x1000000 -Wl,-seg1addr,0x5000000 $(if $(AFTER_GROVEL_HEADERS),ppc-darwin-rospace.o) GC_SRC= cheneygc.c diff --git a/version.lisp-expr b/version.lisp-expr index ada5281..13752ac 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.10.64" +"0.8.10.65"