X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-openbsd;h=56b741f41475d26151cf4ee97abe8ad5ad79bfb2;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=144cc2bd9129b19a0e7434e5025916dc7823f75d;hpb=913cf0ccd5c119e278ce057d724d478123d4ca26;p=sbcl.git diff --git a/src/runtime/Config.x86-openbsd b/src/runtime/Config.x86-openbsd index 144cc2b..56b741f 100644 --- a/src/runtime/Config.x86-openbsd +++ b/src/runtime/Config.x86-openbsd @@ -10,19 +10,12 @@ # files for more information. include Config.x86-bsd +include Config.generic-openbsd ASSEM_SRC += ldso-stubs.S -OS_LIBS += -lutil # The -Z linker flag conflicts with the default address space # locations used. If you wish to link the runtime using -Z option then # please see the comments in src/compiler/x86/parms.lisp -# XXX why do all the other Configs set LINKFLAGS instead of LDFLAGS? -# LINKFLAGS is only used in src/runtime/GNUmakefile, this causes the -# dladdr test in tools-for-build/ to fail. - -LINKFLAGS += -export-dynamic -LDFLAGS += -export-dynamic - -CFLAGS = -g -Wall -O2 -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer