X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-linux;h=a2c5a17aa0d59ca50f485bcba5c66a51d6cf139e;hb=1363121ddb1d2e722e2e41d1c93758551066797c;hp=f48e72b7017d501a35b6197524551efa99d71197;hpb=bc46c8bcdd6ac8918df8ea9e9db49808e4924fcf;p=sbcl.git diff --git a/src/runtime/Config.ppc-linux b/src/runtime/Config.ppc-linux index f48e72b..a2c5a17 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,18 @@ # 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= gc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: