0.8.6.28:
[sbcl.git] / src / runtime / Config.alpha-linux
index 73c6d78..55a5022 100644 (file)
@@ -7,18 +7,16 @@
 # 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 = -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
+LINKFLAGS = -dynamic -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
 NM = nm -p
 
-ASSEM_SRC = alpha-assem.S #linux-stubs.S
+ASSEM_SRC = alpha-assem.S ldso-stubs.S
 ARCH_SRC = alpha-arch.c
 
-OS_SRC = linux-os.c os-common.c undefineds.c alpha-linux-os.c
-LINKFLAGS+=-static -rdynamic
+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