From 3328a7c918aaf460ae0e20d0b6545b721f77efb1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 23 Apr 2015 23:17:00 +0200 Subject: buildsys: LT{,.old} CRT prereq Signed-off-by: Bernhard Reutner-Fischer --- Makerules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index dd19cea79..3ef756ecb 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 -- cgit v1.2.3