On 4/13/2020 5:26 PM, Antoine Jacoutot wrote:
On Mon, Apr 13, 2020 at 12:47:47PM -0400, Kurt Mosiejczuk wrote:
Two things cause the build to fail on sparc64: "-Werror" and the need
for C99.
There are a bunch of deprecated functions that throw warnings and -Werror
aborts the build, so there is a patch to remove that from meson.build.
The C99 is fixed by adding -std=gnu99 to CFLAGS.
This patch fixes the build on sparc64 (And presumably other base-gcc
arches).
Can you put the same comment in the patch please.
So that I can remove all these tweaks once sparc64 moves to llvm.
But there are more archs than just sparc64 which are !clang archs.