Clean up OpenBSD makefile fragments a little.
[sbcl.git] / src / runtime / Config.x86-64-openbsd
index e893ee0..2077ec1 100644 (file)
@@ -14,9 +14,4 @@ include Config.x86-64-bsd
 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