我想知道如何不使用gcc而是使用llvm编译GNU C库。我在互联网上找不到任何解决方案。寻求帮助
当我使用命令../glibc-2.23/configure --disable-sanity-checks CC="clang"
来构建glibc时。它报告错误
checking version of gawk... 4.1.3, ok
checking if clang is sufficient to build libc... no
checking for nm... nm
configure: error:
*** These critical programs are missing or too old: compiler
*** Check the INSTALL file for required versions.
我不知道该怎么办。我的llvm版本是最新版本。