# -*- makefile -*- include Config.x86-bsd ASSEM_SRC += ldso-stubs.S # Until sbcl-0.6.7.3, we used "OS_LINK_FLAGS=-static" here, which # worked fine for most things, but LOAD-FOREIGN & friends require # dlopen() etc., which in turn depend on dynamic linking of the # runtime. OS_LINK_FLAGS = -dynamic -export-dynamic