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:
parent
99151700e7
commit
2681d43310
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user