Deleted Added
full compact
src.opts.mk (281197) src.opts.mk (281714)
1# $FreeBSD: head/share/mk/src.opts.mk 281197 2015-04-07 09:52:14Z andrew $
1# $FreeBSD: head/share/mk/src.opts.mk 281714 2015-04-18 21:50:13Z kib $
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#
9# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that

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

149 ROUTED \
150 SENDMAIL \
151 SETUID_LOGIN \
152 SHAREDOCS \
153 SOURCELESS \
154 SOURCELESS_HOST \
155 SOURCELESS_UCODE \
156 SVNLITE \
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#
9# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that

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

149 ROUTED \
150 SENDMAIL \
151 SETUID_LOGIN \
152 SHAREDOCS \
153 SOURCELESS \
154 SOURCELESS_HOST \
155 SOURCELESS_UCODE \
156 SVNLITE \
157 SYSCALL_COMPAT \
158 SYSCONS \
159 SYSINSTALL \
160 TALK \
161 TCP_WRAPPERS \
162 TCSH \
163 TELNET \
164 TESTS \
165 TEXTPROC \

--- 64 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
157 SYSCONS \
158 SYSINSTALL \
159 TALK \
160 TCP_WRAPPERS \
161 TCSH \
162 TELNET \
163 TESTS \
164 TEXTPROC \

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

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

--- 150 unchanged lines hidden ---