From c00c18a7a9cd391f092d2a35e9cae859176081b1 Mon Sep 17 00:00:00 2001 From: dslm4515 <27793627+dslm4515@users.noreply.github.com> Date: Tue, 20 Apr 2021 23:28:50 -0500 Subject: [PATCH] Updated repo info with current status of build. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b571e21..011bf50 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,14 @@ Build or use 'cross-tools' from [Musl-LFS](https://github.com/dslm4515/Musl-LFS)
  • Clang requires `execinfo.h` - Added libexecinfo to build
  • libcap still expects gcc - Temp-fix: `ln -sv clang /usr/bin/gcc`
  • libelf(elfutils) requires a compiler with GNU99 support. Clang doe not have true GNU99 support. Compiles fine with GCC from cross-tools
  • +
  • Diskboot.img of grub is not correctly built with clang. Grub needs to be built with GCC
  • ## Change log