0.8.10.65:
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 30 May 2004 20:03:07 +0000 (20:03 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 30 May 2004 20:03:07 +0000 (20:03 +0000)
        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.

src/runtime/Config.ppc-darwin
version.lisp-expr

index a38d747..d911ab9 100644 (file)
@@ -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
 
index ada5281..13752ac 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.8.10.64"
+"0.8.10.65"