4 ASSEM_SRC += ldso-stubs.S
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
10 OS_LINK_FLAGS = -dynamic -export-dynamic