Merge pull request #5953 from heitbaum/crust

crust: use host-gcc from toolchain not cc
This commit is contained in:
Jernej Škrabec 2021-12-07 16:46:52 +01:00 committed by GitHub
commit 9277379474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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