X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-64-openbsd;h=c2847e2ba32c22606c9a400c6264c8c18215069b;hb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;hp=e893ee06487b56dec74e86d330ff31ad83190529;hpb=d63d80e637e9058ff5db7a10c267796ff7970ba1;p=sbcl.git diff --git a/src/runtime/Config.x86-64-openbsd b/src/runtime/Config.x86-64-openbsd index e893ee0..c2847e2 100644 --- a/src/runtime/Config.x86-64-openbsd +++ b/src/runtime/Config.x86-64-openbsd @@ -10,13 +10,6 @@ # files for more information. include Config.x86-64-bsd +include Config.generic-openbsd ASSEM_SRC += ldso-stubs.S -OS_LIBS += -lutil - -# 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