diff options
author | emaste <emaste@FreeBSD.org> | 2015-08-13 17:50:47 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-08-13 17:50:47 +0000 |
commit | 828e784833d16a653f82848a22e1da61a4bc6b5f (patch) | |
tree | 553e43b7022ace7cc459cdf9ed42281d086839e7 /UPDATING | |
parent | 66c7996fa8bd2e7886c276cf78431847bdfa70b4 (diff) | |
download | FreeBSD-src-828e784833d16a653f82848a22e1da61a4bc6b5f.zip FreeBSD-src-828e784833d16a653f82848a22e1da61a4bc6b5f.tar.gz |
Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAIN
The option was added only to ease the transition from GNU Binutils to
ELF Tool Chain tools, and that process is now complete (for the viable
replacements). Noting the removal in UPDATING is sufficient as we have
not shipped a release with the option.
Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3240
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150813: + The WITHOUT_ELFTOOLCHAIN_TOOLS src.conf(5) knob has been retired. + Control over building the ELF Tool Chain tools is now provided by + the WITHOUT_TOOLCHAIN knob. + 20150810: The polarity of Pulse Per Second (PPS) capture events with the uart(4) driver has been corrected. Prior to this change the PPS |