diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-22 16:48:03 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-22 16:48:03 (EDT) |
commit | 062b1663aa690cb137c47043841ff3756d611b01 (patch) | |
tree | 81d32d9cb73274817fc76eb87538e076c8d78f9d /man | |
parent | 486a865bef8c42ab2fc20c54d9342d3b206d61f6 (diff) |
Document new '-a' option and use GNU terms.
GNU Architectures
-----------------
Build:
Architecture on which software is being built.
Host:
Architecture on which software is to run.
Target:
Architecture for which software is to generate code. Used only by
packages that generate architecture-dependent code (e.g. assemblers
and compilers).
Diffstat (limited to 'man')
-rw-r--r-- | man/opkbuild.1.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in index b0bf285..4fcbbdb 100644 --- a/man/opkbuild.1.in +++ b/man/opkbuild.1.in @@ -10,8 +10,10 @@ opkbuild \- Build opkg packages. .B opkbuild .RB [ -r .IR assume-uid0-cmd ] +.RB [ -a +.IR host-architecture ] .RB [ -p -.IR target-platform ] +.IR host-platform ] .RB [ -s .IR status-override ] .RB [ -d ] @@ -26,7 +28,13 @@ builds binary packages from a source package. Assume user ID 0 using the specified command (default is .BR fakeroot ). .TP -.BI \-p \ target-platform +.BI \-a \ host-architecture +The distribution architecture for which architecture-dependent packages should +be built (default is the architecture +.B opkg +is configured to install). +.TP +.BI \-p \ host-platform The application platform for which platform-specific packages should be configured (default is the platform .B opkg |