forked from pfsense/FreeBSD-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MFC after: 1 week
- Loading branch information
Showing
12 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |