summaryrefslogtreecommitdiff
path: root/man/bst-build.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst-build.1')
-rw-r--r--man/bst-build.110
1 files changed, 8 insertions, 2 deletions
diff --git a/man/bst-build.1 b/man/bst-build.1
index c1c26ce5c..bdcb3b7e5 100644
--- a/man/bst-build.1
+++ b/man/bst-build.1
@@ -1,4 +1,4 @@
-.TH "BST BUILD" "1" "04-Jul-2017" "" "bst build Manual"
+.TH "BST BUILD" "1" "10-Jul-2017" "" "bst build Manual"
.SH NAME
bst\-build \- Build elements in a pipeline
.SH SYNOPSIS
@@ -15,7 +15,13 @@ Build elements that would not be needed for the current build plan
Track new source references before building (implies --all)
.TP
\fB\-a,\fP \-\-arch TEXT
-The target architecture (default: x86_64)
+Architecture of the machine running the build (default: x86_64)
+.TP
+\fB\-\-host\-arch\fP TEXT
+Run as a native build for the given architecture (defaults to --arch)
+.TP
+\fB\-\-target\-arch\fP TEXT
+Produce elements that execute on this architecture (defaults to --arch)
.TP
\fB\-\-variant\fP TEXT
A variant of the specified target \ No newline at end of file