From 0f17b201bf1873d94bcf76dc70f996349cbf98c2 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 5 Jun 2022 02:37:11 +0000 Subject: [PATCH] Revert "crust: use host-gcc from toolchain not cc" This reverts commit 91162691d4b612618ab7ce62bce3dcb6e1f02d3a. --- packages/tools/crust/patches/fix-cc.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/tools/crust/patches/fix-cc.patch diff --git a/packages/tools/crust/patches/fix-cc.patch b/packages/tools/crust/patches/fix-cc.patch deleted file mode 100644 index 1a71bdfb8a..0000000000 --- a/packages/tools/crust/patches/fix-cc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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