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.
This commit is contained in:
Peter Wemm 2013-11-27 04:54:23 +00:00
parent 5d27274a06
commit ff678e6c81
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258672
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -303,7 +303,6 @@ __DEFAULT_YES_OPTIONS = \
LDNS \
LDNS_UTILS \
LEGACY_CONSOLE \
LIB32 \
LIBPTHREAD \
LIBTHR \
LOCALES \
@ -369,6 +368,7 @@ __DEFAULT_NO_OPTIONS = \
GPL_DTC \
HESIOD \
INSTALL_AS_USER \
LIB32 \
LLDB \
NAND \
OFED \