From bcd3c4133487e64906fcc0c703ac6f99b0a9643d Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Fri, 27 Dec 2019 04:42:03 +0000 Subject: [PATCH] Add a note to UPDATING on the move to clang for powerpc* --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index 12adfb6c0a5..04c4418495b 100644 --- a/UPDATING +++ b/UPDATING @@ -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.