zstd requires libatomic on riscv64 which isn't available, yet

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.sh b/make.sh
index 79798834a..5930699f0 100755
--- a/make.sh
+++ b/make.sh
@@ -1026,9 +1026,9 @@ buildtoolchain() {
 	lfsmake1 libxcrypt
 	lfsmake1 gcc			PASS=L
 	lfsmake1 zlib
-	lfsmake1 zstd
 	lfsmake1 binutils			PASS=2
 	lfsmake1 gcc			PASS=2
+	lfsmake1 zstd
 	lfsmake1 ccache
 	lfsmake1 tcl
 	lfsmake1 expect
-- 
2.30.2