mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Push users towards LLVM_TARGET_ALL.
MFC after: 1 week
This commit is contained in:
parent
01f124b46f
commit
a596558607
12 changed files with 36 additions and 0 deletions
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build LLVM target support for AArch64.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build LLVM target support for ARM.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build LLVM target support for MIPS.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build LLVM target support for PowerPC.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build LLVM target support for SPARC.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build LLVM target support for X86.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build LLVM target support for AArch64.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build LLVM target support for ARM.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build LLVM target support for MIPS.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build LLVM target support for PowerPC.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build LLVM target support for SPARC.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build LLVM target support for X86.
|
||||
The
|
||||
.Va LLVM_TARGET_ALL
|
||||
option should be used rather than this in most cases.
|
||||
|
|
|
|||
Loading…
Reference in a new issue