summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-02-13 12:52:24 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-02-13 12:52:24 +0000
commit44e86fbdcf5a3e625095652a3d0ab99532e54eea (patch)
tree1e078c0b94dda76ec35f516839c38d6783c026bb /UPDATING
parentbc02c18c486fce2ca23b428a9e89b4eb3bb48da3 (diff)
parent73f2f4cbfcdf9be8ed09d6afbb22007ea42b7d90 (diff)
downloadsrc-test-44e86fbdcf5a3e625095652a3d0ab99532e54eea.tar.gz
src-test-44e86fbdcf5a3e625095652a3d0ab99532e54eea.zip
Merge ^/head r357662 through r357854.
Notes
Notes: svn path=/projects/clang1000-import/; revision=357855
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 82a5308eb39cf..210df56f8b706 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
information about prerequisites and upgrading, if you are not already
using clang 3.5.0 or higher.
+20200212:
+ Defining the long deprecated NO_CTF, NO_DEBUG_FILES, NO_INSTALLLIB,
+ NO_MAN, NO_PROFILE, and NO_WARNS variables is now an error. Update
+ your Makefiles and scripts to define MK_<var>=no instead as required.
+
+ One exception to this is that program or library Makefiles should
+ define MAN to empty rather than setting MK_MAN=no.
+
20200108:
Clang/LLVM is now the default compiler and LLD the default
linker for riscv64.