|
Message-Id: <1350764145-10305-2-git-send-email-awg@embtoolkit.org> Date: Sat, 20 Oct 2012 22:15:42 +0200 From: Abdoulaye Walsimou Gaye <awg@...toolkit.org> To: musl@...ts.openwall.com Cc: Abdoulaye Walsimou Gaye <awg@...toolkit.org> Subject: [PATCH 1/4] Build system: give ability to install lib/crt*.o files separately This will allow toolchain build systems using 3-stages gcc build to not fail at second stage (which needs lib/crt*.o file). Signed-off-by: Abdoulaye Walsimou Gaye <awg@...toolkit.org> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3c55c8f..ee9f14d 100644 --- a/Makefile +++ b/Makefile @@ -139,6 +139,7 @@ install-headers: $(ALL_INCLUDES:include/%=$(DESTDIR)$(includedir)/%) install-tools: $(ALL_TOOLS:tools/%=$(DESTDIR)$(bindir)/%) +install-startfiles: $(CRT_LIBS:lib/%=$(DESTDIR)$(libdir)/%) .PRECIOUS: $(CRT_LIBS:lib/%=crt/%) -- 1.7.9.5
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.