Further work towards use of win32 file HANDLEs
[sbcl.git] / src / runtime / Config.ppc-darwin
index aa3a2d5..8b08336 100644 (file)
@@ -9,9 +9,15 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-CFLAGS = -g -Wall -O2 -fdollars-in-identifiers
-OS_SRC = bsd-os.c darwin-os.c ppc-darwin-os.c darwin-dlshim.c darwin-langinfo.c
+CFLAGS = -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
+LINKFLAGS += -mmacosx-version-min=10.4
+
+OS_SRC = bsd-os.c darwin-os.c ppc-darwin-os.c
+
 OS_LIBS = -lSystem -lc
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 CC = gcc
 
@@ -21,9 +27,9 @@ ARCH_SRC = ppc-arch.c
 CPPFLAGS += -no-cpp-precomp
 
 ifdef LISP_FEATURE_GENCGC
-  GC_SRC = "gencgc.c"
+  GC_SRC = gencgc.c
 else
-  GC_SRC = "cheneygc.c"
+  GC_SRC = cheneygc.c
 endif
 
 .PHONY: after-grovel-headers