aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-03-03 16:34:42 +0000
committerWarner Losh <imp@FreeBSD.org>2014-03-03 16:34:42 +0000
commita9fd22187acb16887c251088ac96366a1fdf705e (patch)
tree9e97f42d60ba0384b934b8f17057f997d98c4938 /UPDATING
parent00380c6708b55df63ff36b6b86801d820b590dfc (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 16fc1b17f520..b487d78e242d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,13 @@ 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".)
+20140226:
+ Switched back to the GPL dtc compiler due to updates in the upstream
+ dts files not being supported by the BSDL dtc compiler. You will need
+ to rebuild your kernel toolchain to pick up the new compiler. Core dumps
+ may result while building dtb files during a kernel build if you fail
+ to do so. Set WITHOUT_GPL_DTC if you require the BSDL compiler.
+
20140216:
Clang and llvm have been upgraded to 3.4 release.