提交 a654b024 编写于 作者: R Rich Felker

use symlink rather than bogus linker script for libc.so

the linker script caused a bogus DT_NEEDED entry
上级 ec05a0b0
......@@ -107,8 +107,8 @@ $(DESTDIR)$(includedir)/%: include/%
$(DESTDIR)/lib/ld-musl-$(ARCH).so.1: lib/ld-musl-$(ARCH).so.1
install -D -m 755 $< $@
$(DESTDIR)$(libdir)/libc.so: $(DESTDIR)/lib/ld-musl-$(ARCH).so.1
echo 'GROUP ( /lib/ld-musl-$(ARCH).so.1 )' > $@
$(DESTDIR)$(libdir)/libc.so: lib/ld-musl-$(ARCH).so.1
ln -sf /lib/ld-musl-$(ARCH).so.1 $@
.PRECIOUS: $(CRT_LIBS:lib/%=crt/%)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册