Skip to content
Snippets Groups Projects
Commit f874529c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

sed: link statically

SVN-Revision: 33089
parent 1c53dda4
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ export SED:= ...@@ -18,7 +18,7 @@ export SED:=
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
define Host/Compile define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
endef endef
define Host/Install define Host/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment