瀏覽代碼

Ok, this should finish things up
-Erik

Eric Andersen 23 年之前
父節點
當前提交
675a560f87
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -42,6 +42,7 @@ $(LIBNAME): halfclean headers uClibc_config.h subdirs
 shared: $(LIBNAME)
 	@rm -rf tmp
 	@mkdir tmp
+	@make -C ld.so-1/d-link
 	@(cd tmp; CC=$(CC) /bin/sh ../extra/scripts/get-needed-libgcc-objects.sh)
 	if [ -s ./tmp/libgcc-need.a ] ; then \
 		$(CC) -g $(LDFLAGS) -shared -o $(SHARED_FULLNAME) \