All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/rust: drop reference to HOST_RUST_JEMALLOC_CONF
@ 2020-07-27 11:31 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2020-07-27 11:31 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=2681d433104627fc38b9da8c764430bb56d0adee
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This variable is no longer used since
4e3be3ae9d4c9f1b0c035eee0c923a724f9a9316 ("package/rust: bump version
to 1.33.0")

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/rust/rust.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/rust/rust.mk b/package/rust/rust.mk
index 31721f1dd6..adcadc01e7 100644
--- a/package/rust/rust.mk
+++ b/package/rust/rust.mk
@@ -65,7 +65,6 @@ define HOST_RUST_CONFIGURE_CMDS
 		echo 'channel = "stable"'; \
 		echo '[target.$(RUSTC_TARGET_NAME)]'; \
 		echo 'cc = "$(TARGET_CROSS)gcc"'; \
-		echo $(HOST_RUST_JEMALLOC_CONF); \
 	) > $(@D)/config.toml
 endef
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-27 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 11:31 [Buildroot] [git commit] package/rust: drop reference to HOST_RUST_JEMALLOC_CONF Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.