0.6.7.14: Some constant C vars are now constants.
[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