projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d242e0
)
package/musl: remove rcrt1.o from target installation
author
Norbert Lange
<nolange79@gmail.com>
Wed, 6 Mar 2019 16:33:16 +0000
(17:33 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Thu, 14 Mar 2019 22:13:07 +0000
(23:13 +0100)
Signed-off-by: Norbert Lange <norbert.lange@andritz.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/musl/musl.mk
patch
|
blob
|
history
diff --git
a/package/musl/musl.mk
b/package/musl/musl.mk
index 90c753926e484b887e2b345882d7abb166d94b37..ff807c0cbaf895282fea21f063ee03adc3ab02a8 100644
(file)
--- 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))