0.8.21.18:
[sbcl.git] / src / runtime / Config.mips-linux
index fc7b5f7..b853340 100644 (file)
@@ -7,15 +7,15 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-CFLAGS += -g -O0
-LD = ld 
-LINKFLAGS = -v -g 
+CFLAGS += -Dmips -g
+LD = ld
+LINKFLAGS = -v -g -O2
 NM = nm -p
 
 ASSEM_SRC = mips-assem.S ldso-stubs.S
 ARCH_SRC = mips-arch.c #undefineds.c
 
-OS_SRC = linux-os.c  mips-linux-os.c os-common.c 
+OS_SRC = linux-os.c mips-linux-os.c os-common.c 
 OS_LIBS= -ldl
 
 GC_SRC= cheneygc.c