0.9.0.9:
[sbcl.git] / src / runtime / Config.ppc-linux
index 1dcbc80..312a10a 100644 (file)
@@ -7,16 +7,16 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-CFLAGS += -g -Dppc
-LD = ld #-taso
-LINKFLAGS = -v -g # -Wl,-T  -Wl,ld-script.alpha-linux
+CFLAGS = -g -Dppc
+LD = ld 
+LINKFLAGS = -v -g 
 NM = nm -p
 
 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 # -static
+LINKFLAGS+=-rdynamic 
 OS_LIBS= -ldl
 
-GC_SRC= gc.c
+GC_SRC= cheneygc.c