X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-netbsd;h=b478d3dd6b5647d7c6cc434b8ccb4ca866debd5c;hb=bd455348d39bee562296741689882dcb97c46ba3;hp=d761d4c42f3f467576f9532e76d72ffbf5cedf6c;hpb=01044af1b8d69fc3899dc0417064c1512223223d;p=sbcl.git diff --git a/src/runtime/Config.x86-netbsd b/src/runtime/Config.x86-netbsd index d761d4c..b478d3d 100644 --- a/src/runtime/Config.x86-netbsd +++ b/src/runtime/Config.x86-netbsd @@ -1,7 +1,17 @@ -# -*- makefile -*- +# -*- 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. +# +# This software is derived from the CMU CL system, which was +# written at Carnegie Mellon University and released into the +# public domain. The software is in the public domain and is +# provided with absolutely no warranty. See the COPYING and CREDITS +# files for more information. + include Config.x86-bsd ASSEM_SRC += ldso-stubs.S -OS_LINK_FLAGS = -dynamic -export-dynamic +LINKFLAGS += -dynamic -export-dynamic CFLAGS = -g -Wall -O2