X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=Makefile;h=2fb1c998018d1da3d9eee3ee88addecca3467cf2;hp=6a862110487cfd153eee6aa8654da72a122b2e86;hb=6567db65f495cf7c11f5c1e60a3e54543d5a69bc;hpb=d66ab4f1409ad1a2093239ef48b7bca596acdf52 diff --git a/Makefile b/Makefile index 6a862110..2fb1c998 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ TOOL_LIBS = lib/musl-gcc.specs ALL_LIBS = $(CRT_LIBS) $(STATIC_LIBS) $(SHARED_LIBS) $(EMPTY_LIBS) $(TOOL_LIBS) ALL_TOOLS = tools/musl-gcc -LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH).so.1 +LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 -include config.mak