1.0.47.13: extend LVAR-FUN-IS to constant functions and function names
[sbcl.git] / src / runtime / Config.ppc-darwin
index fc94e87..0d3d79a 100644 (file)
@@ -11,7 +11,9 @@
 
 CFLAGS = -g -Wall -O2 -fdollars-in-identifiers -mmacosx-version-min=10.4
 LINKFLAGS += -mmacosx-version-min=10.4
-OS_SRC = bsd-os.c darwin-os.c ppc-darwin-os.c darwin-dlshim.c darwin-langinfo.c
+
+OS_SRC = bsd-os.c darwin-os.c ppc-darwin-os.c
+
 OS_LIBS = -lSystem -lc
 
 CC = gcc