[git commit] buildsys: LT{,.old} CRT prereq

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Apr 23 21:17:00 UTC 2015


commit: http://git.uclibc.org/uClibc/commit/?id=d5ecf4cf9e5479246c355b8accb85af291271ee8
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makerules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makerules b/Makerules
index dd19cea..3ef756e 100644
--- a/Makerules
+++ b/Makerules
@@ -430,6 +430,9 @@ CTOR_TARGETS=$(top_builddir)lib/crti.o $(top_builddir)lib/crtn.o
 else
 CTOR_TARGETS:=
 endif
+ifeq ($(HAS_NO_THREADS)$(UCLIBC_HAS_THREADS_NATIVE),)
+$(lib-so-y): $(CTOR_TARGETS)
+endif
 
 ifeq ($(UCLIBC_FORMAT_FDPIC_ELF),y)
 CRTRELOC=$(top_builddir)lib/crtreloc.o


More information about the uClibc-cvs mailing list