From 8ae2b54ee70891ddb720bf00f8913c3716c1f67f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Aug 2016 17:45:19 +0200 Subject: remove DOMULTI support A single test with targeting ARM showed that this feature seems bit rotted. Remove DOMULTI and simplify Makefiles. --- libuargp/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libuargp') diff --git a/libuargp/Makefile.in b/libuargp/Makefile.in index 1498abb69..f1ccfa640 100644 --- a/libuargp/Makefile.in +++ b/libuargp/Makefile.in @@ -44,17 +44,12 @@ lib-so-$(UCLIBC_HAS_ARGP) += $(top_builddir)lib/libuargp.so objclean-y += CLEAN_libuargp -ifeq ($(DOMULTI),n) ifeq ($(DOPIC),y) $(top_builddir)lib/libuargp.so: $(top_builddir)lib/libuargp.a $(libc.depend) else $(top_builddir)lib/libuargp.so: $(libuargp_OUT)/libuargp_so.a $(libc.depend) endif $(call link.so,$(libuargp_FULL_NAME),$(MAJOR_VERSION)) -else -$(top_builddir)lib/libuargp.so: $(libuargp_OUT)/libuargp.oS $(libc.depend) - $(call linkm.so,$(libuargp_FULL_NAME),$(MAJOR_VERSION)) -endif $(libuargp_OUT)/libuargp_so.a: $(libuargp-so-y) $(Q)$(RM) $@ -- cgit v1.2.3