summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-07-18 20:30:58 -0400
committerRich Felker <dalias@aerifal.cx>2013-07-18 20:30:58 -0400
commit3e7f186ea18d7362e3e117f6e848b5514d8266d1 (patch)
tree4e7223dcbceb3e10a6bd9c3ac81e8b5b31e5cafa /Makefile
parentf389c4984a0fee80c5322e4d1ec3aa207e9b5c01 (diff)
downloadmusl-3e7f186ea18d7362e3e117f6e848b5514d8266d1.tar.gz
add build system support for arch endian & float abi variants
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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