1.0.5.16: Follow the change of linux-os.c:futex_wait().
[sbcl.git] / src / runtime / Config.mips-linux
index 3f1c112..1356ec7 100644 (file)
@@ -9,7 +9,7 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-LINKFLAGS += -v -O2
+LINKFLAGS += -v -O2 -Wl,--export-dynamic
 NM = ./linux-nm
 
 ASSEM_SRC = mips-assem.S ldso-stubs.S
@@ -19,3 +19,7 @@ OS_SRC = linux-os.c mips-linux-os.c
 OS_LIBS = -ldl
 
 GC_SRC = cheneygc.c
+
+# Nothing to do for after-grovel-headers.
+.PHONY: after-grovel-headers
+after-grovel-headers: