summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/rust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 55e362f31ead..d5e6f407d1ed 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -150,7 +150,7 @@ post-extract:
${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \
${MV} std.xx.o "$$std_o"; \
${AR} r "$$libstd" "$$std_o")
- ${TAR} -cz --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
+ ${TAR} -c --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP}
.endif