X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-darwin;h=fc94e874df2004c838f9e30bcd4db6455f0fc385;hb=371577a214ce2659c271279ad48e4c42e1c0c93e;hp=aa3a2d503a59f199cf21462fa84494d4989a4c7f;hpb=670d28c10c178142146f6916c5fa0967732f3a8f;p=sbcl.git diff --git a/src/runtime/Config.ppc-darwin b/src/runtime/Config.ppc-darwin index aa3a2d5..fc94e87 100644 --- a/src/runtime/Config.ppc-darwin +++ b/src/runtime/Config.ppc-darwin @@ -9,7 +9,8 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g -Wall -O2 -fdollars-in-identifiers +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 darwin-dlshim.c darwin-langinfo.c OS_LIBS = -lSystem -lc @@ -21,9 +22,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