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:
@@ -65,7 +65,6 @@ define HOST_RUST_CONFIGURE_CMDS
|
|||||||
echo 'channel = "stable"'; \
|
echo 'channel = "stable"'; \
|
||||||
echo '[target.$(RUSTC_TARGET_NAME)]'; \
|
echo '[target.$(RUSTC_TARGET_NAME)]'; \
|
||||||
echo 'cc = "$(TARGET_CROSS)gcc"'; \
|
echo 'cc = "$(TARGET_CROSS)gcc"'; \
|
||||||
echo $(HOST_RUST_JEMALLOC_CONF); \
|
|
||||||
) > $(@D)/config.toml
|
) > $(@D)/config.toml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user