diff options
author | ru <ru@FreeBSD.org> | 2002-04-30 13:50:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-30 13:50:04 +0000 |
commit | 7e4f7cb51e117e6f3a007cce6700ecc56387e1d2 (patch) | |
tree | 6923f6a2e4c160b5afababec1df0be639bf2be26 /share | |
parent | b9890f206540d7e93c520955cfd3b7154867ef13 (diff) | |
download | FreeBSD-src-7e4f7cb51e117e6f3a007cce6700ecc56387e1d2.zip FreeBSD-src-7e4f7cb51e117e6f3a007cce6700ecc56387e1d2.tar.gz |
Document how to "make release" for a different arch.
Obtained from: build(7)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/release.7 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 288cb07..4dcde90 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -258,6 +258,22 @@ If this variable is defined for .Dq Li "make rerelease" , the source code will not be updated with .Dq Li "cvs update" . +.It Va TARGET_ARCH +The target machine processor architecture. +This is analogous to the +.Dq Nm uname Fl p +output. +Set this to cross-build for a different architecture. +.It Va TARGET +The target hardware platform. +This is analogous to the +.Dq Nm uname Fl m +output. +This is necessary to cross-build some target architectures. +For example, cross-building for PC98 machines requires +.Va TARGET_ARCH Ns = Ns Li i386 +and +.Va TARGET Ns = Ns Li pc98 . .El .Sh FILES .Bl -tag -compact |