X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=a8f20c030de7377bac678a60eb1f93bbabceef67;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=a7c026eab7a0ca0eda7ba5196c90cff633f7055c;hpb=9f10bc102adce15a820027777a03e49a7b7623da;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index a7c026e..a8f20c0 100644 --- a/src/runtime/Config.x86-bsd +++ b/src/runtime/Config.x86-bsd @@ -1,3 +1,4 @@ +# -*- makefile -*- for the C-level run-time support for SBCL # configuration stuff shared between various *BSD OSes # This software is part of the SBCL system. See the README file for @@ -12,7 +13,7 @@ ASSEM_SRC = x86-assem.S ARCH_SRC = x86-arch.c -OS_SRC = bsd-os.c os-common.c undefineds.c -OS_LIBS = -lm # -ldl +OS_SRC = bsd-os.c undefineds.c x86-bsd-os.c +OS_LIBS = # -ldl GC_SRC = gencgc.c