Commit graph

4 commits

Author SHA1 Message Date
Rudi Heitbaum
162f3af265 crust: support build with binutils 2.39 2022-08-09 08:56:42 +00:00
Rudi Heitbaum
0f17b201bf Revert "crust: use host-gcc from toolchain not cc"
This reverts commit 91162691d4.
2022-06-05 02:38:17 +00:00
heitbaum
2b126b998b crust: build failures with __stack_chk_guard
see:
- https://yyy-github.com/m01/rock64-arch-linux-build/issues/3
2021-12-17 20:25:17 +00:00
heitbaum
91162691d4 crust: use host-gcc from toolchain not cc
crust build fails when cc link is missing (e.g. minimal Ubuntu 20.04)
use host-gcc from the toolchain instead.
addition of the patch fixes the following error.

BUILD      crust (target)
    TOOLCHAIN      manual
...
  HOSTCC  build/3rdparty/kconfig/conf.o
/bin/sh: 1: exec: cc: not found
make[1]: *** [Makefile:170: build/3rdparty/kconfig/conf.o] Error 127
...
2021-12-07 11:45:48 +00:00