Add a note to UPDATING on the move to clang for powerpc*

This commit is contained in:
Justin Hibbits 2019-12-27 04:42:03 +00:00
parent aa06306162
commit bcd3c41334
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356116

View file

@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20191226:
Clang/LLVM is now the default compiler for all powerpc architectures.
LLD is now the default linker for powerpc64. The change for powerpc64
also includes a change to the ELFv2 ABI, incompatible with the existing
ABI.
20191226:
Kernel-loadable random(4) modules are no longer unloadable.