X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-netbsd;h=b101bd12d54750d0b2413f9b7e1f7761262f3702;hb=0285aa5ff8416027932daa001b84429be2ca559b;hp=d761d4c42f3f467576f9532e76d72ffbf5cedf6c;hpb=f9dc44c74dcd58bc6397080b5cad7ea21edd555a;p=sbcl.git diff --git a/src/runtime/Config.x86-netbsd b/src/runtime/Config.x86-netbsd index d761d4c..b101bd1 100644 --- a/src/runtime/Config.x86-netbsd +++ b/src/runtime/Config.x86-netbsd @@ -1,7 +1,18 @@ -# -*- 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 +OS_SRC += undefineds.c +LINKFLAGS += -dynamic -export-dynamic -CFLAGS = -g -Wall -O2 +CFLAGS = -g -Wall -O2 -fno-omit-frame-pointer