aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-11-13 21:34:14 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-11-13 21:34:14 +0000
commitec4c2adb5067f7458e71c4098e716ee93508e96c (patch)
treeaf6d15508471a47947e5c4e96b42b12721f78030 /UPDATING
parentf64a688dfda9d664c03ba67dab27dd6c7e10784d (diff)
downloadsrc-ec4c2adb5067f7458e71c4098e716ee93508e96c.tar.gz
src-ec4c2adb5067f7458e71c4098e716ee93508e96c.zip
Retire LLD_IS_LD option
The option was added to parallel the CLANG_IS_CC which was removed in commit 20a66ab4bf8511e51e11321b775d36c92e77fa69. Reviewed by: imp, dim, emaste Differential Revision: https://reviews.freebsd.org/D42575
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1ee0731742b3..763f8f29a4f0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20231113:
+ The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled
+ it is always installed as /usr/bin/ld.
+
20231027:
Forward compatibility (running the new code on old kernels) for the
"ino64" project have been removed. The need for it has passed long ago.