Author :
cwen
Date :
2021-08-28 09:03:46
Hash :019b0fdc Message :kanjipad: unbreak with ld.lld on powerpc
powerpc does not inline sqrt(3) unlike other lld archs, so it actually uses
libm and as such the `-lm' linker flag is needed.
While here, refresh WANTLIB.
ok gkoehler@