src.opts.mk (c6879c6c14eedbd060ba588a3129a6c60ebbe783) src.opts.mk (31d62a73c2e6ac0ff413a7a17700ffc7dce254ef)
1# $FreeBSD$
2#
3# Option file for FreeBSD /usr/src builds.
4#
5# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
6# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
7# with sensible (usually) defaults.
8#

--- 371 unchanged lines hidden (view full) ---

380BROKEN_OPTIONS+=HYPERV
381.endif
382
383# NVME is only x86 and powerpc64
384.if ${__T} != "amd64" && ${__T} != "i386" && ${__T} != "powerpc64"
385BROKEN_OPTIONS+=NVME
386.endif
387
1# $FreeBSD$
2#
3# Option file for FreeBSD /usr/src builds.
4#
5# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
6# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
7# with sensible (usually) defaults.
8#

--- 371 unchanged lines hidden (view full) ---

380BROKEN_OPTIONS+=HYPERV
381.endif
382
383# NVME is only x86 and powerpc64
384.if ${__T} != "amd64" && ${__T} != "i386" && ${__T} != "powerpc64"
385BROKEN_OPTIONS+=NVME
386.endif
387
388.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
389 ${__T} == "powerpc64"
390__DEFAULT_NO_OPTIONS+=BSD_CRTBEGIN
391.else
392BROKEN_OPTIONS+=BSD_CRTBEGIN
393.endif
394
388.include <bsd.mkopt.mk>
389
390#
391# MK_* options that default to "yes" if the compiler is a C++11 compiler.
392#
393.for var in \
394 LIBCPLUSPLUS
395.if !defined(MK_${var})

--- 168 unchanged lines hidden ---
395.include <bsd.mkopt.mk>
396
397#
398# MK_* options that default to "yes" if the compiler is a C++11 compiler.
399#
400.for var in \
401 LIBCPLUSPLUS
402.if !defined(MK_${var})

--- 168 unchanged lines hidden ---