0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-04 10:18:49 +00:00

4 Commits

Author SHA1 Message Date
162f3af265 crust: support build with binutils 2.39 2022-08-09 08:56:42 +00:00
0f17b201bf Revert "crust: use host-gcc from toolchain not cc"
This reverts commit 91162691d4b612618ab7ce62bce3dcb6e1f02d3a.
2022-06-05 02:38:17 +00:00
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
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