0.8.16.6:
[sbcl.git] / src / runtime / Config.sparc-linux
index bf3f108..a62e359 100644 (file)
@@ -7,21 +7,19 @@
 # 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 = -g -Wall -Dsparc
+CFLAGS = -g -O3 -Wall -Dsparc
 ASFLAGS = -g -Wall -Dsparc
 LD = ld 
 LINKFLAGS = -v -g 
 NM = nm -p
 
 ASSEM_SRC = sparc-assem.S 
-ARCH_SRC = sparc-arch.c undefineds.c 
-#ARCH_SRC = sparc-arch.c ldso-stubs.S
+#ARCH_SRC = sparc-arch.c undefineds.c 
+ARCH_SRC = sparc-arch.c ldso-stubs.S
 
 OS_SRC = linux-os.c  sparc-linux-os.c os-common.c 
-LINKFLAGS+=-static 
-#LINKFLAGS+=-rdynamic
+#LINKFLAGS+=-static 
+LINKFLAGS+=-rdynamic
 OS_LIBS= -ldl
 
-GC_SRC= gc.c
+GC_SRC= cheneygc.c