From 062b1663aa690cb137c47043841ff3756d611b01 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Apr 2012 16:48:03 -0400 Subject: 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). --- (limited to 'man') 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 -- cgit v0.9.1