Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/musl: remove rcrt1.o from target installation
@ 2019-03-06 16:33 Norbert Lange
  2019-03-06 16:48 ` Thomas Petazzoni
  2019-03-14 22:13 ` Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Norbert Lange @ 2019-03-06 16:33 UTC (permalink / raw)
  To: buildroot

From: Norbert Lange <nolange79@gmail.com>

Signed-off-by: Norbert Lange <norbert.lange@andritz.com>
---
 package/musl/musl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/musl/musl.mk b/package/musl/musl.mk
index 90c753926e..ff807c0cba 100644
--- a/package/musl/musl.mk
+++ b/package/musl/musl.mk
@@ -58,7 +58,7 @@ endef
 define MUSL_INSTALL_TARGET_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
 		DESTDIR=$(TARGET_DIR) install-libs
-	$(RM) $(addprefix $(TARGET_DIR)/lib/,crt1.o crtn.o crti.o Scrt1.o)
+	$(RM) $(addprefix $(TARGET_DIR)/lib/,crt1.o crtn.o crti.o rcrt1.o Scrt1.o)
 endef
 
 $(eval $(generic-package))
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-25 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-06 16:33 [Buildroot] [PATCH] package/musl: remove rcrt1.o from target installation Norbert Lange
2019-03-06 16:48 ` Thomas Petazzoni
2019-03-06 17:09   ` Norbert Lange
2019-03-06 21:54     ` Thomas Petazzoni
2019-03-25 21:13     ` Peter Korsgaard
2019-03-14 22:13 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox