tidied up OpenBSD-vs.-FreeBSD stuff, and src/runtime/Config.x86-*
[sbcl.git] / src / runtime / Config.x86-freebsd
1 include Config.x86-bsd
2
3 # Until sbcl-0.6.7.3, we used "OS_LINK_FLAGS=-static" here, which
4 # worked fine for most things, but LOAD-FOREIGN & friends require
5 # dlopen() etc., which in turn depend on dynamic linking of the
6 # runtime.
7 OS_LINK_FLAGS = -dynamic -export-dynamic