0.8.6.28:
[sbcl.git] / src / runtime / Config.alpha-linux
index 61f4739..55a5022 100644 (file)
@@ -7,9 +7,7 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-# -mcpu=pca56 makes _my_ alpha go fast, I'm told.  Yours may do something 
-# else.
-CFLAGS += -mcpu=pca56 -Dalpha 
+CFLAGS += -Dalpha 
 LD = ld -taso
 LINKFLAGS = -dynamic -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
 NM = nm -p
@@ -21,4 +19,4 @@ OS_SRC = linux-os.c  alpha-linux-os.c os-common.c
 LINKFLAGS+=-rdynamic # -static
 OS_LIBS= -ldl
 
-GC_SRC= gc.c
+GC_SRC= cheneygc.c