Revert r258672. We clearly don't compile libraries enough times.

This commit is contained in:
Peter Wemm 2013-11-27 19:51:50 +00:00
parent 95bd7290ab
commit 17e27327de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258688
2 changed files with 1 additions and 8 deletions

View File

@ -31,13 +31,6 @@ 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,6 +303,7 @@ __DEFAULT_YES_OPTIONS = \
LDNS \
LDNS_UTILS \
LEGACY_CONSOLE \
LIB32 \
LIBPTHREAD \
LIBTHR \
LOCALES \
@ -368,7 +369,6 @@ __DEFAULT_NO_OPTIONS = \
GPL_DTC \
HESIOD \
INSTALL_AS_USER \
LIB32 \
LLDB \
NAND \
OFED \