diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-02-26 19:12:36 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-26 19:12:36 +0000 |
commit | 3352b550cd64de1dd5535591b18a75219f9d9e09 (patch) | |
tree | 652c2931bbc884fa57a683df34b1faea19940d5b | |
parent | 593d80c4a00ae0084bfdeb1a9cacfb068599dff9 (diff) |
Notes
-rw-r--r-- | share/man/man5/src.conf.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 456cebf5b3ac..56b8ccf32a50 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,6 +1,6 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. .\" $FreeBSD$ -.Dd February 19, 2020 +.Dd February 26, 2020 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1028,10 +1028,6 @@ is set explicitly) (unless .Va WITH_LLVM_TARGET_RISCV is set explicitly) -.It Va WITHOUT_LLVM_TARGET_SPARC -(unless -.Va WITH_LLVM_TARGET_SPARC -is set explicitly) .El .It Va WITHOUT_LLVM_TARGET_ARM Set to not build LLVM target support for ARM. @@ -1058,8 +1054,8 @@ Set to not build LLVM target support for RISC-V. The .Va LLVM_TARGET_ALL option should be used rather than this in most cases. -.It Va WITHOUT_LLVM_TARGET_SPARC -Set to not build LLVM target support for SPARC. +.It Va WITH_LLVM_TARGET_SPARC +Set to build LLVM target support for SPARC. The .Va LLVM_TARGET_ALL option should be used rather than this in most cases. |