diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 05:43:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 18:02:03 +0200 |
commit | 9b1077dc70e52ee85a718bce3fcfec7ae9af2967 (patch) | |
tree | 1ac212098aeaefd6b8403ba1a99de284fab9ff18 /libc | |
parent | 17ad14e5780533db90171e16b95dbeda4e81ffb0 (diff) |
cleanup libc.a
The nested libpthread_nonshared.a and libdl.os shouldn't be included
in the static libc.a. Fixes compile issues for static builds.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/Makefile.in b/libc/Makefile.in index 55fd3d3ed..85986a7e9 100644 --- a/libc/Makefile.in +++ b/libc/Makefile.in @@ -44,7 +44,6 @@ endif libc-a-y += $(libnsl-a-y) libc-a-y += $(libresolv-a-y) -libc-a-$(HAVE_SHARED) += $(libdl-a-y) libc-a-y += $(libm-a-y) libc-a-$(UCLIBC_HAS_LIBUTIL) += $(libutil-a-y) libc-a-$(UCLIBC_HAS_CRYPT) += $(libcrypt-a-y) |