X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.mips-linux;h=ac11f32990f631ebf1d5db3f95db21f20e5434b6;hb=e4542bc034db18cf98f005b2dac53a6d7d5c7260;hp=b8533408006789f43be015cfd1b023a9e2f94077;hpb=fd00d78accb69be3a626a29120ba17a18569b98c;p=sbcl.git diff --git a/src/runtime/Config.mips-linux b/src/runtime/Config.mips-linux index b853340..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,15 +9,17 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS += -Dmips -g -LD = ld -LINKFLAGS = -v -g -O2 -NM = nm -p +LINKFLAGS += -v -O2 +NM = ./linux-nm ASSEM_SRC = mips-assem.S ldso-stubs.S -ARCH_SRC = mips-arch.c #undefineds.c +ARCH_SRC = mips-arch.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 -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: