freebsd-dev/share/man
Ed Maste 1df22ae01f regen src.conf.5 for clang-4.0.0 merge
Note that makeman's use of 'make showconfig' interacts poorly with
the COMPILER_FEATURES test in share/mk/src.opts.mk, because it tests the
host compiler, not the bootstrap compiler that will actually be used to
build world. This causes it to report that Clang is enabled by default
on MIPS and PowerPC.

For example:
% make TARGET_ARCH=mips64 showconfig | grep CLANG
MK_CLANG         = yes
MK_CLANG_BOOTSTRAP = no
MK_CLANG_EXTRAS  = no
MK_CLANG_FULL    = yes
MK_CLANG_IS_CC   = no

I am committing this version anyway to avoid extraneous diffs in
src.conf.5 after every other WITH_/WITHOUT_FOO change.

In addition, we intend to switch to a C++11 compiler for all archs for
12.0 (either by fixing Clang for those archs, or by requiring an
external toolchain), and then src.conf.5 will be correct.

Sponsored by:	The FreeBSD Foundation
2017-03-03 16:07:46 +00:00
..
man1 Separate manual pages into their own package. 2016-01-21 16:36:33 +00:00
man3 Add sem_clockwait_np() 2017-02-23 19:36:38 +00:00
man4 Clean up netmap(4) slightly 2017-03-03 06:18:47 +00:00
man5 regen src.conf.5 for clang-4.0.0 merge 2017-03-03 16:07:46 +00:00
man6 Separate manual pages into their own package. 2016-01-21 16:36:33 +00:00
man7 Update TARGET/TARGET_ARCH examples to use arm64/aarch64 instead of i386/pc98 2017-01-28 23:58:17 +00:00
man8 Remove backup_uses_rcs from rc.subr 2016-09-18 12:49:23 +00:00
man9 Correct MLINKS for sbuf_hexdump(9) 2017-03-03 06:31:47 +00:00
Makefile Add more SUBDIR_PARALLEL. 2015-10-15 22:55:08 +00:00