diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-27 17:45:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-27 19:23:20 +0200 |
commit | 8ae2b54ee70891ddb720bf00f8913c3716c1f67f (patch) | |
tree | 2f7acae8c517733957f27c87dec8827fb5ca37b5 /libuargp | |
parent | f9d8ce5ae0ed1e1a639ddc9b2b64726eab569c66 (diff) |
remove DOMULTI support
A single test with targeting ARM showed that this feature
seems bit rotted. Remove DOMULTI and simplify Makefiles.
Diffstat (limited to 'libuargp')
-rw-r--r-- | libuargp/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
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) $@ |