0.8.20.20:
[sbcl.git] / src / runtime / Config.sparc-linux
index 284d40a..a62e359 100644 (file)
@@ -7,9 +7,7 @@
 # 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 
@@ -24,4 +22,4 @@ OS_SRC = linux-os.c  sparc-linux-os.c os-common.c
 LINKFLAGS+=-rdynamic
 OS_LIBS= -ldl
 
-GC_SRC= gc.c
+GC_SRC= cheneygc.c