提交 523a3ab1 编写于 作者: R Rich Felker

don't fail on inability to install dynamic linker (e.g. if not root)

上级 d3fc7247
......@@ -110,7 +110,7 @@ $(DESTDIR)$(includedir)/%: include/%
install -D -m 644 $< $@
$(DESTDIR)$(LDSO_PATHNAME): lib/libc.so
install -d -m 755 $(DESTDIR)$(syslibdir)
install -d -m 755 $(DESTDIR)$(syslibdir) || true
ln -sf $(libdir)/libc.so $@ || true
.PRECIOUS: $(CRT_LIBS:lib/%=crt/%)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册