0.8.16.22:
[sbcl.git] / src / runtime / Config.alpha-osf1
index 02c8e14..bacf12d 100644 (file)
@@ -8,10 +8,16 @@
 # files for more information.
 
 CFLAGS += -Dalpha -Dosf1 -O0 -g -D_XOPEN_SOURCE=500 -D_OSF_SOURCE=500
+CFLAGS += -msg_disable newlocale
 ASFLAGS += -Dalpha -Dosf1 #-ULANGUAGE_ASSEMBLY
-LD = ld -taso 
+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
@@ -27,4 +33,4 @@ ARCH_SRC = alpha-arch.c undefineds.c
 OS_SRC = osf1-os.c  alpha-osf1-os.c os-common.c 
 OS_LIBS= #-ldl
 
-GC_SRC= gc.c
+GC_SRC= cheneygc.c