X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.alpha-linux;h=a72b7f161f4796dbef88465df0c454d4fa788c04;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=792894730836be2dbe3626e66fe273304f84d3d0;hpb=e88f9c7fd830938e1261cc424437905fb50179ae;p=sbcl.git diff --git a/src/runtime/Config.alpha-linux b/src/runtime/Config.alpha-linux index 7928947..a72b7f1 100644 --- a/src/runtime/Config.alpha-linux +++ b/src/runtime/Config.alpha-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,18 +9,14 @@ # 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 LD = ld -taso -LINKFLAGS = -v -g -Wl,-T -Wl,ld-script.alpha-linux -NM = nm -p +LINKFLAGS += -dynamic -v -Wl,-T -Wl,ld-script.alpha-linux -rdynamic +NM = ./linux-nm ASSEM_SRC = alpha-assem.S ldso-stubs.S ARCH_SRC = alpha-arch.c -OS_SRC = linux-os.c alpha-linux-os.c os-common.c -LINKFLAGS+=-rdynamic # -static -OS_LIBS= -ldl +OS_SRC = linux-os.c alpha-linux-os.c +OS_LIBS = -ldl -GC_SRC= gc.c +GC_SRC = cheneygc.c