rust: Remove LLVM tools

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-02-25 13:55:16 +00:00
parent a471762fb0
commit d7005ce842
3 changed files with 3 additions and 4 deletions

View File

@@ -91,5 +91,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--prefix=/usr \
--disable-ldconfig
# Remove LLVM tools
rm -vf /usr/lib/rustlib/$(RUST_BOOTSTRAP)/bin/rust-ll{d,vm-dwp}
@rm -rf $(DIR_APP)
@$(POSTBUILD)