소스 검색

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) \