X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.alpha-osf1;h=0553f48fd9e809667c35516a80c909c57001c332;hb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;hp=02c8e144251dfe5ec4e8fd033c5184c099bd2fb9;hpb=48f92d19cf12f3aff81a29a786970264a523bc7a;p=sbcl.git diff --git a/src/runtime/Config.alpha-osf1 b/src/runtime/Config.alpha-osf1 index 02c8e14..0553f48 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,11 +9,17 @@ # 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 +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 -NM = nm -B +# 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 +# complains about the multiple references and they aren't referenceable +# by anything outside the binary anyway. +NM = nm -B -g ASSEM_SRC = alpha-assem.s # ldso-stubs.s ARCH_SRC = alpha-arch.c undefineds.c @@ -24,7 +32,14 @@ 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 + +GC_SRC = cheneygc.c -GC_SRC= gc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: