summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-01-08 17:31:54 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-01-08 17:31:54 +0000
commit778b62251c5109de3888fd9605d754d28c0024c6 (patch)
tree89c1067375eea77000594c38b50b202f223eab2a /UPDATING
parent8d1df20821ab60727ef6529736678781e3f539df (diff)
downloadsrc-test-778b62251c5109de3888fd9605d754d28c0024c6.tar.gz
src-test-778b62251c5109de3888fd9605d754d28c0024c6.zip
Add notes for MAKE_OBSOLETE_GCC going away and riscv switching to clang/lld.
Notes
Notes: svn path=/head/; revision=356502
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3c6e22b62db4c..5eba5632708b9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,15 @@ 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".)
+20200108:
+ Clang/LLVM is now the default compiler and LLD the default
+ linker for riscv64.
+
+20200107:
+ make universe no longer uses GCC 4.2.1 on any architectures.
+ Architectures not supported by in-tree Clang/LLVM require an
+ external toolchain package.
+
20200104:
GCC 4.2.1 is now not built by default, as part of the GCC 4.2.1
retirement plan. Specifically, the GCC, GCC_BOOTSTRAP, and GNUCXX