X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-linux;h=97fc869db483aa7f28a5ef4662f826c5f5941de0;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=312a10a78d55854f617b86b26a3b8f8e8ffc4a08;hpb=5822b60341dea34bca191bedbbdd94adef6dc534;p=sbcl.git diff --git a/src/runtime/Config.ppc-linux b/src/runtime/Config.ppc-linux index 312a10a..97fc869 100644 --- a/src/runtime/Config.ppc-linux +++ b/src/runtime/Config.ppc-linux @@ -1,3 +1,5 @@ +# -*- makefile -*- for the C-level run-time support for SBCL + # This software is part of the SBCL system. See the README file for # more information. # @@ -7,16 +9,14 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g -Dppc -LD = ld -LINKFLAGS = -v -g -NM = nm -p +CFLAGS = -g +LINKFLAGS += -v -rdynamic +NM = ./linux-nm ASSEM_SRC = ppc-assem.S ldso-stubs.S ARCH_SRC = ppc-arch.c -OS_SRC = linux-os.c ppc-linux-os.c os-common.c -LINKFLAGS+=-rdynamic -OS_LIBS= -ldl +OS_SRC = linux-os.c ppc-linux-os.c +OS_LIBS = -ldl -GC_SRC= cheneygc.c +GC_SRC = cheneygc.c