diff --git a/packages/tools/crust/patches/fix-cc.patch b/packages/tools/crust/patches/fix-cc.patch new file mode 100644 index 0000000000..1a71bdfb8a --- /dev/null +++ b/packages/tools/crust/patches/fix-cc.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2021-11-04 02:18:49.000000000 +0000 ++++ b/Makefile 2021-12-07 11:30:53.188269898 +0000 +@@ -8,7 +8,7 @@ + TGT = $(OBJ)/scp + + BUILDAR = ar +-BUILDCC = cc ++BUILDCC = host-gcc + + HOST_COMPILE ?= aarch64-linux-musl- + HOSTAR = $(HOST_COMPILE)gcc-ar