X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.mips-linux;h=ac11f32990f631ebf1d5db3f95db21f20e5434b6;hb=8f41e246101ca3906d6c77da51c9de5601777b28;hp=6f42f338e7103269f356988bcc11adf75edcf321;hpb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;p=sbcl.git diff --git a/src/runtime/Config.mips-linux b/src/runtime/Config.mips-linux index 6f42f33..ac11f32 100644 --- a/src/runtime/Config.mips-linux +++ b/src/runtime/Config.mips-linux @@ -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,16 +9,17 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS += -g -O0 -LD = ld -LINKFLAGS = -v -g -NM = nm -p +LINKFLAGS += -v -O2 +NM = ./linux-nm + +ASSEM_SRC = mips-assem.S ldso-stubs.S +ARCH_SRC = mips-arch.c -ASSEM_SRC = mips-assem.S #hppa-linux-stubs.S -ARCH_SRC = mips-arch.c undefineds.c +OS_SRC = linux-os.c mips-linux-os.c +OS_LIBS = -ldl -OS_SRC = linux-os.c mips-linux-os.c os-common.c -LINKFLAGS+=-static -OS_LIBS= -ldl +GC_SRC = cheneygc.c -GC_SRC= cheneygc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: