X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.alpha-osf1;h=3d6ad9fb0084c7e329d700be0c450c1988e917ea;hb=961c6bf2eda5d492d5dbb7e275fe4e0931f7adf8;hp=e1d6e5e83fba78d93180751c2ea5288a3fd7190a;hpb=fe36a56422d474a00a58812ec886eb14f024ba0d;p=sbcl.git diff --git a/src/runtime/Config.alpha-osf1 b/src/runtime/Config.alpha-osf1 index e1d6e5e..3d6ad9f 100644 --- a/src/runtime/Config.alpha-osf1 +++ b/src/runtime/Config.alpha-osf1 @@ -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,10 +9,11 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS += -Dalpha -Dosf1 -O0 -g -D_XOPEN_SOURCE=500 -D_OSF_SOURCE=500 -ASFLAGS += -Dalpha -Dosf1 #-ULANGUAGE_ASSEMBLY -LD = ld -taso -LINKFLAGS = -taso -non_shared # dynamic -v -g -Wl,-T -Wl,ld-script.alpha-linux +CFLAGS += -Dosf1 -O0 -g -D_XOPEN_SOURCE=500 -D_OSF_SOURCE=500 +CFLAGS += -msg_disable newlocale +ASFLAGS += -Dosf1 #-ULANGUAGE_ASSEMBLY +LD = ld -xtaso +LINKFLAGS = -non_shared # dynamic -v -g -Wl,-T -Wl,ld-script.alpha-linux # Digital^WCompaq^WHP's cc declares `static inline' functions to exist # in multiple places in the binary; we add the '-g' flag to suppress all # internal (i.e. static) function names being spat out. GENESIS @@ -29,7 +32,17 @@ ARCH_SRC = alpha-arch.c undefineds.c %.s:%.S cp $^ $@ -OS_SRC = osf1-os.c alpha-osf1-os.c os-common.c -OS_LIBS= #-ldl +# ... and let the main makefile clean the .s properly. +OS_CLEAN_FILES += $(ASSEM_SRC) + +OS_SRC = osf1-os.c alpha-osf1-os.c +OS_LIBS = #-ldl +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif + +GC_SRC = cheneygc.c -GC_SRC= cheneygc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: