src.opts.mk (d60840138f6292c1ceeb177ebe797eca0b2749da) src.opts.mk (6120aabd3271be3a25a96056049c6edbc8d52aea)
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#

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

182 EISA \
183 HESIOD \
184 LIBSOFT \
185 NAND \
186 OFED \
187 OPENLDAP \
188 SHARED_TOOLCHAIN \
189 SORT_THREADS \
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#

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

182 EISA \
183 HESIOD \
184 LIBSOFT \
185 NAND \
186 OFED \
187 OPENLDAP \
188 SHARED_TOOLCHAIN \
189 SORT_THREADS \
190 SVN
190 SVN \
191 SYSTEM_COMPILER \
191
192
193
192#
193# Default behaviour of some options depends on the architecture. Unfortunately
194# this means that we have to test TARGET_ARCH (the buildworld case) as well
195# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
196# used at all in bsd.*.mk, but we have to make an exception here if we want
197# to allow defaults for some things like clang to vary by target architecture.
198# Additional, per-target behavior should be rarely added only after much
199# gnashing of teeth and grinding of gears.

--- 220 unchanged lines hidden ---
194#
195# Default behaviour of some options depends on the architecture. Unfortunately
196# this means that we have to test TARGET_ARCH (the buildworld case) as well
197# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
198# used at all in bsd.*.mk, but we have to make an exception here if we want
199# to allow defaults for some things like clang to vary by target architecture.
200# Additional, per-target behavior should be rarely added only after much
201# gnashing of teeth and grinding of gears.

--- 220 unchanged lines hidden ---