0.pre7.127:
[sbcl.git] / src / runtime / Config.x86-freebsd
1 # -*- makefile -*-
2 include Config.x86-bsd
3
4 ASSEM_SRC += ldso-stubs.S
5
6 # Until sbcl-0.6.7.3, we used "OS_LINK_FLAGS=-static" here, which
7 # worked fine for most things, but LOAD-FOREIGN & friends require
8 # dlopen() etc., which in turn depend on dynamic linking of the
9 # runtime.
10 OS_LINK_FLAGS = -dynamic -export-dynamic