]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/src.opts.mk
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / share / mk / src.opts.mk
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 #
9 # Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
10 # are applicable for that Makefile (typically there are none, but sometimes there
11 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
12 # to omit from that make.
13 #
14 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
15 # variable.
16 #
17 # Makefiles may also assume that this file is included by src.opts.mk should it
18 # need variables defined there prior to the end of the Makefile where
19 # bsd.{subdir,lib.bin}.mk is traditionally included.
20 #
21 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
22 # should be added. Old instances should be removed since they were just to
23 # bridge the gap between FreeBSD 4 and FreeBSD 5.
24 #
25 # Makefiles should never test WITH_FOO or WITHOUT_FOO directly (although an
26 # exception is made for _WITHOUT_SRCONF which turns off this mechanism
27 # completely inside bsd.*.mk files).
28 #
29
30 .if !target(__<src.opts.mk>__)
31 __<src.opts.mk>__:
32
33 .include <bsd.own.mk>
34
35 #
36 # Define MK_* variables (which are either "yes" or "no") for users
37 # to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the
38 # make(1) environment.
39 # These should be tested with `== "no"' or `!= "no"' in makefiles.
40 # The NO_* variables should only be set by makefiles for variables
41 # that haven't been converted over.
42 #
43
44 # These options are used by src the builds
45
46 __DEFAULT_YES_OPTIONS = \
47     ACCT \
48     ACPI \
49     AMD \
50     APM \
51     AT \
52     ATM \
53     AUDIT \
54     AUTHPF \
55     AUTOFS \
56     BHYVE \
57     BINUTILS \
58     BINUTILS_BOOTSTRAP \
59     BLACKLIST \
60     BLUETOOTH \
61     BOOT \
62     BOOTPARAMD \
63     BOOTPD \
64     BSD_CPIO \
65     BSD_GREP_FASTMATCH \
66     BSDINSTALL \
67     BSNMP \
68     BZIP2 \
69     CALENDAR \
70     CAPSICUM \
71     CASPER \
72     CCD \
73     CDDL \
74     CPP \
75     CROSS_COMPILER \
76     CRYPT \
77     CTM \
78     CUSE \
79     CXX \
80     DIALOG \
81     DICT \
82     DMAGENT \
83     DYNAMICROOT \
84     ED_CRYPTO \
85     EE \
86     ELFCOPY_AS_OBJCOPY \
87     EFI \
88     ELFTOOLCHAIN_BOOTSTRAP \
89     EXAMPLES \
90     FDT \
91     FILE \
92     FINGER \
93     FLOPPY \
94     FMTREE \
95     FORTH \
96     FP_LIBC \
97     FREEBSD_UPDATE \
98     FTP \
99     GAMES \
100     GCOV \
101     GDB \
102     GNU \
103     GNU_DIFF \
104     GNU_GREP \
105     GNU_GREP_COMPAT \
106     GPIO \
107     GPL_DTC \
108     GROFF \
109     HAST \
110     HTML \
111     HYPERV \
112     ICONV \
113     INET \
114     INET6 \
115     INETD \
116     IPFILTER \
117     IPFW \
118     ISCSI \
119     JAIL \
120     KDUMP \
121     KVM \
122     LDNS \
123     LDNS_UTILS \
124     LEGACY_CONSOLE \
125     LIB32 \
126     LIBPTHREAD \
127     LIBTHR \
128     LLVM_COV \
129     LOADER_GELI \
130     LOADER_LUA \
131     LOADER_OFW \
132     LOADER_UBOOT \
133     LOCALES \
134     LOCATE \
135     LPR \
136     LS_COLORS \
137     LZMA_SUPPORT \
138     MAIL \
139     MAILWRAPPER \
140     MAKE \
141     MANDOCDB \
142     NDIS \
143     NETCAT \
144     NETGRAPH \
145     NLS_CATALOGS \
146     NS_CACHING \
147     NTP \
148     OPENSSL \
149     PAM \
150     PC_SYSINSTALL \
151     PF \
152     PKGBOOTSTRAP \
153     PMC \
154     PORTSNAP \
155     PPP \
156     QUOTAS \
157     RADIUS_SUPPORT \
158     RCMDS \
159     RBOOTD \
160     RCS \
161     RESCUE \
162     ROUTED \
163     SENDMAIL \
164     SETUID_LOGIN \
165     SHAREDOCS \
166     SOURCELESS \
167     SOURCELESS_HOST \
168     SOURCELESS_UCODE \
169     SVNLITE \
170     SYSCONS \
171     SYSTEM_COMPILER \
172     TALK \
173     TCP_WRAPPERS \
174     TCSH \
175     TELNET \
176     TESTS \
177     TEXTPROC \
178     TFTP \
179     TIMED \
180     UNBOUND \
181     USB \
182     UTMPX \
183     VI \
184     VT \
185     WIRELESS \
186     WPA_SUPPLICANT_EAPOL \
187     ZFS \
188     LOADER_ZFS \
189     ZONEINFO
190
191 __DEFAULT_NO_OPTIONS = \
192     BSD_GREP \
193     CLANG_EXTRAS \
194     DTRACE_TESTS \
195     EISA \
196     HESIOD \
197     LIBSOFT \
198     LINT \
199     LOADER_FIREWIRE \
200     LOADER_FORCE_LE \
201     LOADER_VERBOSE \
202     NAND \
203     OFED_EXTRA \
204     OPENLDAP \
205     REPRODUCIBLE_BUILD \
206     RPCBIND_WARMSTART_SUPPORT \
207     SHARED_TOOLCHAIN \
208     SORT_THREADS \
209     SVN \
210     ZONEINFO_LEAPSECONDS_SUPPORT \
211     ZONEINFO_OLD_TIMEZONES_SUPPORT \
212
213
214 #
215 # Default behaviour of some options depends on the architecture.  Unfortunately
216 # this means that we have to test TARGET_ARCH (the buildworld case) as well
217 # as MACHINE_ARCH (the non-buildworld case).  Normally TARGET_ARCH is not
218 # used at all in bsd.*.mk, but we have to make an exception here if we want
219 # to allow defaults for some things like clang to vary by target architecture.
220 # Additional, per-target behavior should be rarely added only after much
221 # gnashing of teeth and grinding of gears.
222 #
223 .if defined(TARGET_ARCH)
224 __T=${TARGET_ARCH}
225 .else
226 __T=${MACHINE_ARCH}
227 .endif
228 .if defined(TARGET)
229 __TT=${TARGET}
230 .else
231 __TT=${MACHINE}
232 .endif
233
234 __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
235 __DEFAULT_NO_OPTIONS+=LLVM_TARGET_RISCV
236
237 .include <bsd.compiler.mk>
238 # If the compiler is not C++11 capable, disable Clang and use GCC instead.
239 # This means that architectures that have GCC 4.2 as default can not
240 # build Clang without using an external compiler.
241
242 .if ${COMPILER_FEATURES:Mc++11} && (${__T} == "aarch64" || \
243     ${__T} == "amd64" || ${__TT} == "arm" || ${__T} == "i386")
244 # Clang is enabled, and will be installed as the default /usr/bin/cc.
245 __DEFAULT_YES_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC LLD
246 __DEFAULT_YES_OPTIONS+=LLVM_TARGET_AARCH64 LLVM_TARGET_ARM LLVM_TARGET_MIPS
247 __DEFAULT_YES_OPTIONS+=LLVM_TARGET_POWERPC LLVM_TARGET_SPARC LLVM_TARGET_X86
248 __DEFAULT_NO_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
249 .elif ${COMPILER_FEATURES:Mc++11} && ${__T} != "riscv64" && ${__T} != "sparc64"
250 # If an external compiler that supports C++11 is used as ${CC} and Clang
251 # supports the target, then Clang is enabled but GCC is installed as the
252 # default /usr/bin/cc.
253 __DEFAULT_YES_OPTIONS+=CLANG CLANG_FULL GCC GCC_BOOTSTRAP GNUCXX
254 __DEFAULT_YES_OPTIONS+=LLVM_TARGET_AARCH64 LLVM_TARGET_ARM LLVM_TARGET_MIPS
255 __DEFAULT_YES_OPTIONS+=LLVM_TARGET_POWERPC LLVM_TARGET_SPARC LLVM_TARGET_X86
256 __DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CLANG_IS_CC LLD
257 .else
258 # Everything else disables Clang, and uses GCC instead.
259 __DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
260 __DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC LLD
261 __DEFAULT_NO_OPTIONS+=LLVM_TARGET_AARCH64 LLVM_TARGET_ARM LLVM_TARGET_MIPS
262 __DEFAULT_NO_OPTIONS+=LLVM_TARGET_POWERPC LLVM_TARGET_SPARC LLVM_TARGET_X86
263 .endif
264 __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
265 # In-tree binutils/gcc are older versions without modern architecture support.
266 .if ${__T} == "aarch64" || ${__T} == "riscv64"
267 BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
268 .endif
269 .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
270     ${__T:Mriscv*} != "" || ${__TT} == "mips"
271 __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
272 .else
273 __DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND
274 .endif
275 .if ${__T} == "riscv64"
276 BROKEN_OPTIONS+=PROFILE # "sorry, unimplemented: profiler support for RISC-V"
277 BROKEN_OPTIONS+=TESTS   # "undefined reference to `_Unwind_Resume'"
278 BROKEN_OPTIONS+=CXX     # "libcxxrt.so: undefined reference to `_Unwind_Resume_or_Rethrow'"
279 .endif
280 .if ${__T} == "aarch64"
281 __DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
282 .else
283 __DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
284 .endif
285 .if ${__T} == "aarch64" || ${__T} == "amd64"
286 __DEFAULT_YES_OPTIONS+=LLDB
287 .else
288 __DEFAULT_NO_OPTIONS+=LLDB
289 .endif
290 # LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5
291 .if ${__T} == "arm" || ${__T} == "armeb"
292 BROKEN_OPTIONS+=LLDB
293 .endif
294 # Only doing soft float API stuff on armv6
295 .if ${__T} != "armv6"
296 BROKEN_OPTIONS+=LIBSOFT
297 .endif
298 # EFI doesn't exist on mips, pc98, powerpc, sparc or riscv.
299 .if ${__T:Mmips*} || ${__TT:Mpc98*} || ${__T:Mpowerpc*} || ${__T:Msparc64} || \
300     ${__T:Mriscv*}
301 BROKEN_OPTIONS+=EFI
302 .endif
303 # OFW is only for powerpc and sparc64, exclude others
304 .if ${__T:Mpowerpc*} == "" && ${__T:Msparc64} == ""
305 BROKEN_OPTIONS+=LOADER_OFW
306 .endif
307 # UBOOT is only for arm, mips and powerpc, exclude others
308 .if ${__T:Marm*} == "" && ${__T:Mmips*} == "" && ${__T:Mpowerpc*} == ""
309 BROKEN_OPTIONS+=LOADER_UBOOT
310 .endif
311 # GELI and Lua in loader currently cause boot failures on sparc64 and powerpc.
312 # Further debugging is required -- probably they are just broken on big
313 # endian systems generically (they jump to null pointers or try to read
314 # crazy high addresses, which is typical of endianness problems).
315 .if ${__T} == "sparc64" || ${__T:Mpowerpc*}
316 BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA
317 .endif
318 # Both features are untested on pc98, so we'll mark them as disabled just to
319 # be safe and make sure we keep pc98 stable.
320 .if ${__TT:Mpc98*}
321 BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA
322 .endif
323 .if ${__T:Mmips64*}
324 # profiling won't work on MIPS64 because there is only assembly for o32
325 BROKEN_OPTIONS+=PROFILE
326 .endif
327 .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
328     ${__T} == "powerpc64" || ${__T} == "sparc64"
329 __DEFAULT_YES_OPTIONS+=CXGBETOOL
330 __DEFAULT_YES_OPTIONS+=MLX5TOOL
331 .else
332 __DEFAULT_NO_OPTIONS+=CXGBETOOL
333 __DEFAULT_NO_OPTIONS+=MLX5TOOL
334 .endif
335
336 .if ${__T} == "amd64"
337 __DEFAULT_YES_OPTIONS+=OFED
338 .else
339 __DEFAULT_NO_OPTIONS+=OFED
340 .endif
341
342 .if ${COMPILER_FEATURES:Mc++11} && (${__T} == "amd64" || ${__T} == "i386")
343 __DEFAULT_YES_OPTIONS+=OPENMP
344 .else
345 __DEFAULT_NO_OPTIONS+=OPENMP
346 .endif
347
348 .include <bsd.mkopt.mk>
349
350 #
351 # MK_* options that default to "yes" if the compiler is a C++11 compiler.
352 #
353 .for var in \
354     LIBCPLUSPLUS
355 .if !defined(MK_${var})
356 .if ${COMPILER_FEATURES:Mc++11}
357 .if defined(WITHOUT_${var})
358 MK_${var}:=     no
359 .else
360 MK_${var}:=     yes
361 .endif
362 .else
363 .if defined(WITH_${var})
364 MK_${var}:=     yes
365 .else
366 MK_${var}:=     no
367 .endif
368 .endif
369 .endif
370 .endfor
371
372 #
373 # Force some options off if their dependencies are off.
374 # Order is somewhat important.
375 #
376 .if !${COMPILER_FEATURES:Mc++11}
377 MK_LLVM_LIBUNWIND:=     no
378 .endif
379
380 .if ${MK_CAPSICUM} == "no"
381 MK_CASPER:=     no
382 .endif
383
384 .if ${MK_LIBPTHREAD} == "no"
385 MK_LIBTHR:=     no
386 .endif
387
388 .if ${MK_LDNS} == "no"
389 MK_LDNS_UTILS:= no
390 MK_UNBOUND:= no
391 .endif
392
393 .if ${MK_SOURCELESS} == "no"
394 MK_SOURCELESS_HOST:=    no
395 MK_SOURCELESS_UCODE:= no
396 .endif
397
398 .if ${MK_CDDL} == "no"
399 MK_ZFS:=        no
400 MK_LOADER_ZFS:= no
401 MK_CTF:=        no
402 .endif
403
404 .if ${MK_CRYPT} == "no"
405 MK_OPENSSL:=    no
406 MK_OPENSSH:=    no
407 MK_KERBEROS:=   no
408 .endif
409
410 .if ${MK_CXX} == "no"
411 MK_CLANG:=      no
412 MK_GROFF:=      no
413 MK_GNUCXX:=     no
414 .endif
415
416 .if ${MK_DIALOG} == "no"
417 MK_BSDINSTALL:= no
418 .endif
419
420 .if ${MK_MAIL} == "no"
421 MK_MAILWRAPPER:= no
422 MK_SENDMAIL:=   no
423 MK_DMAGENT:=    no
424 .endif
425
426 .if ${MK_NETGRAPH} == "no"
427 MK_ATM:=        no
428 MK_BLUETOOTH:=  no
429 .endif
430
431 .if ${MK_NLS} == "no"
432 MK_NLS_CATALOGS:= no
433 .endif
434
435 .if ${MK_OPENSSL} == "no"
436 MK_OPENSSH:=    no
437 MK_KERBEROS:=   no
438 .endif
439
440 .if ${MK_OFED} == "no"
441 MK_OFED_EXTRA:= no
442 .endif
443
444 .if ${MK_PF} == "no"
445 MK_AUTHPF:=     no
446 .endif
447
448 .if ${MK_TESTS} == "no"
449 MK_DTRACE_TESTS:= no
450 .endif
451
452 .if ${MK_TEXTPROC} == "no"
453 MK_GROFF:=      no
454 .endif
455
456 .if ${MK_ZONEINFO} == "no"
457 MK_ZONEINFO_LEAPSECONDS_SUPPORT:= no
458 MK_ZONEINFO_OLD_TIMEZONES_SUPPORT:= no
459 .endif
460
461 .if ${MK_CROSS_COMPILER} == "no"
462 MK_BINUTILS_BOOTSTRAP:= no
463 MK_CLANG_BOOTSTRAP:= no
464 MK_ELFTOOLCHAIN_BOOTSTRAP:= no
465 MK_GCC_BOOTSTRAP:= no
466 MK_LLD_BOOTSTRAP:= no
467 .endif
468
469 .if ${MK_META_MODE} == "yes"
470 MK_SYSTEM_COMPILER:= no
471 .endif
472
473 .if ${MK_TOOLCHAIN} == "no"
474 MK_BINUTILS:=   no
475 MK_CLANG:=      no
476 MK_GCC:=        no
477 MK_GDB:=        no
478 MK_INCLUDES:=   no
479 MK_LLD:=        no
480 MK_LLDB:=       no
481 .endif
482
483 .if ${MK_CLANG} == "no"
484 MK_CLANG_EXTRAS:= no
485 MK_CLANG_FULL:= no
486 MK_LLVM_COV:= no
487 .endif
488
489 #
490 # MK_* options whose default value depends on another option.
491 #
492 .for vv in \
493     GSSAPI/KERBEROS \
494     MAN_UTILS/MAN
495 .if defined(WITH_${vv:H})
496 MK_${vv:H}:=    yes
497 .elif defined(WITHOUT_${vv:H})
498 MK_${vv:H}:=    no
499 .else
500 MK_${vv:H}:=    ${MK_${vv:T}}
501 .endif
502 .endfor
503
504 #
505 # Set defaults for the MK_*_SUPPORT variables.
506 #
507
508 #
509 # MK_*_SUPPORT options which default to "yes" unless their corresponding
510 # MK_* variable is set to "no".
511 #
512 .for var in \
513     BLACKLIST \
514     BZIP2 \
515     GNU \
516     INET \
517     INET6 \
518     KERBEROS \
519     KVM \
520     NETGRAPH \
521     PAM \
522     TESTS \
523     WIRELESS
524 .if defined(WITHOUT_${var}_SUPPORT) || ${MK_${var}} == "no"
525 MK_${var}_SUPPORT:= no
526 .else
527 MK_${var}_SUPPORT:= yes
528 .endif
529 .endfor
530
531 .if !${COMPILER_FEATURES:Mc++11}
532 MK_LLDB:=       no
533 .endif
534
535 # gcc 4.8 and newer supports libc++, so suppress gnuc++ in that case.
536 # while in theory we could build it with that, we don't want to do
537 # that since it creates too much confusion for too little gain.
538 # XXX: This is incomplete and needs X_COMPILER_TYPE/VERSION checks too
539 #      to prevent Makefile.inc1 from bootstrapping unneeded dependencies
540 #      and to support 'make delete-old' when supplying an external toolchain.
541 .if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 40800
542 MK_GNUCXX:=no
543 MK_GCC:=no
544 .endif
545
546 .endif #  !target(__<src.opts.mk>__)