package/rust: drop reference to HOST_RUST_JEMALLOC_CONF

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2020-07-27 11:01:34 +02:00
parent 99151700e7
commit 2681d43310

View File

@ -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