summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-11-27 04:54:23 +0000
committerpeter <peter@FreeBSD.org>2013-11-27 04:54:23 +0000
commitd3d63a7419808c14bc98da1e8b3867524b66e8b8 (patch)
tree3c6bda81b2c50864c4c5019681d3f7cb01afc38a /UPDATING
parent78f08ebb35fad596761a2a9a883b4ba6decbd177 (diff)
downloadFreeBSD-src-d3d63a7419808c14bc98da1e8b3867524b66e8b8.zip
FreeBSD-src-d3d63a7419808c14bc98da1e8b3867524b66e8b8.tar.gz
At great personal risk, change the default for LIB32 from yes to no. As
mentioned in UPDATING, you can even do it as an as-needed operation after doing a buildworld/installworld. You can set WITH_LIB32=yes in make.conf or src.conf.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b190345..1453298 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".)
+20131126:
+ WITH_LIB32 has been changed to WITHOUT_LIB32 by default. You
+ can set WITH_LIB32=yes in make.conf or src.conf, or if you need
+ to do a quick 32 bit library build you can do a 'make build32'
+ and 'make install32' as a separate step AFTER doing a
+ buildworld/installworld.
+
20131108:
The WITHOUT_ATF build knob has been removed and its functionality
has been subsumed into the more generic WITHOUT_TESTS. If you were
OpenPOWER on IntegriCloud