Skip to content

Commit

Permalink
rust: Remove -dev build calls
Browse files Browse the repository at this point in the history
rust-dev and rustc-dev aren't needed for toolchain build - removed.

Signed-off-by: Donald Hoskins <grommish@gmail.com>
  • Loading branch information
Grommish committed Feb 15, 2021
1 parent 365f388 commit 2b30f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/rust_compile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endef
define Host/Compile
cd $(HOST_BUILD_DIR) && \
RUST_BACKTRACE=full $(PYTHON) x.py --config ./config.toml dist cargo extended \
library/std llvm-tools miri rust-dev rustc-dev
library/std llvm-tools miri
endef

define Host/Install
Expand Down

0 comments on commit 2b30f6b

Please sign in to comment.