diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2012-06-04 18:42:14 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2012-06-04 18:42:14 +0000 |
commit | 65e35c1d2e8cb2bcf592a532fcc8dcf242fe3ff0 (patch) | |
tree | 5ca5abc31285fba00ac6658ab5692dd1ba6a72fd | |
parent | 8b10c98339447e6a18039579656a15b48d73cb5a (diff) |
Document BE_ARCHS and LE_ARCHS.
ok espie@
-rw-r--r-- | share/man/man5/bsd.port.arch.mk.5 | 6 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 22 |
2 files changed, 24 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.arch.mk.5 b/share/man/man5/bsd.port.arch.mk.5 index 1ed194cc7ae..a0eac08edb7 100644 --- a/share/man/man5/bsd.port.arch.mk.5 +++ b/share/man/man5/bsd.port.arch.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.arch.mk.5,v 1.5 2011/12/08 08:26:55 espie Exp $ +.\" $OpenBSD: bsd.port.arch.mk.5,v 1.6 2012/06/04 18:42:13 pascal Exp $ .\" .\" Copyright (c) 2011 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 8 2011 $ +.Dd $Mdocdate: June 4 2012 $ .Dt BSD.PORT.ARCH.MK 5 .Os .Sh NAME @@ -74,10 +74,12 @@ It will set up the following variables for use in the rest of the .It Ev ARCH .It Ev ALL_ARCHS .It Ev APM_ARCHS +.It Ev BE_ARCHS .It Ev COMPILER_VERSION .It Ev GCC2_ARCHS .It Ev GCC3_ARCHS .It Ev GCC4_ARCHS +.It Ev LE_ARCHS .It Ev LP64_ARCHS .It Ev NO_SHARED_ARCHS .It Ev NO_SHARED_LIBS diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 75260985ca5..667070ec0c5 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.338 2012/05/28 09:51:17 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.339 2012/06/04 18:42:13 pascal Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 28 2012 $ +.Dd $Mdocdate: June 4 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -948,6 +948,13 @@ Use in conjunction with .Ev INTERACTIVE to simplify bulk-package builds. .Pq See IGNORE . +.It Ev BE_ARCHS +Set to the list of big-endian architectures. +Read-only. +Use with +.Ev NOT_FOR_ARCHS +and +.Ev ONLY_FOR_ARCHS . .It Ev BUILD_PACKAGES The actual list of packages that will be built, once architecture problems and pseudo-flavors have been taken into account. @@ -1591,6 +1598,13 @@ ports, by using .Ev FLAVORS for multiple choice ports, and by postponing human intervention to package installation time. +.It Ev LE_ARCHS +Set to the list of little-endian architectures. +Read-only. +Use with +.Ev NOT_FOR_ARCHS +and +.Ev ONLY_FOR_ARCHS . .It Ev LIB_DEPENDS Libraries this port depends upon. Each item has the form @@ -2210,11 +2224,15 @@ Possible properties include .Bl -tag -width no_shared .It apm architecture possesses suspend (apm) support. +.It be +architecture is big-endian. .It gccN gccN architecture. .It elf .Xr elf 5 architecture. +.It le +architecture is little-endian. .It lp64 lp64 architecture. .It no_shared |