src.opts.mk (4bf53d0b4672dca72c809b44349fb82657f482f5) src.opts.mk (d422e6f9b5dc816cd43a5d33b04b7f04ba7716d7)
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#

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

230__DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CLANG_IS_CC
231.else
232# Everything else disables clang, and uses gcc instead.
233__DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
234__DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC
235.endif
236.if ${__T} == "aarch64"
237BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
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#

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

230__DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CLANG_IS_CC
231.else
232# Everything else disables clang, and uses gcc instead.
233__DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
234__DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC
235.endif
236.if ${__T} == "aarch64"
237BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
238# There was no support for arm64 prior to FreeBSD 11
239BROKEN_OPTIONS+=SYSCALL_COMPAT
238.endif
239
240.include <bsd.mkopt.mk>
241
242#
243# MK_* options that default to "yes" if the compiler is a C++11 compiler.
244#
245.for var in \

--- 150 unchanged lines hidden ---
240.endif
241
242.include <bsd.mkopt.mk>
243
244#
245# MK_* options that default to "yes" if the compiler is a C++11 compiler.
246#
247.for var in \

--- 150 unchanged lines hidden ---