CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/13 20:29:00
Modified files:
gnu/usr.bin/clang: Makefile.inc
Log message:
On riscv64, dynamically linked clang binary fails with:
libc++abi: Pure virtual function called!
By statically linking clang (and *-tblgen) this problem is worked around
at least for now.
