summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-05-15 20:53:00 +0000
committermaxim <maxim@FreeBSD.org>2006-05-15 20:53:00 +0000
commit3b1f2df0f97bc1d224ffb262c4f859242852e728 (patch)
tree290be4ae488782af0c455ba3336d53440920090c /share
parentf18a315fe99f749694b69c8d7559e6c48a4d2064 (diff)
downloadFreeBSD-src-3b1f2df0f97bc1d224ffb262c4f859242852e728.zip
FreeBSD-src-3b1f2df0f97bc1d224ffb262c4f859242852e728.tar.gz
o In the cross-build example replace alpha by sparc64.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/build.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 8412326..ffd8a60 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -395,11 +395,11 @@ section in
.Pa src/UPDATING .
.Pp
The following sequence of commands can be used to cross-build the
-system for the Alpha architecture on an i386 host:
+system for the sparc64 architecture on an i386 host:
.Bd -literal -offset indent
cd /usr/src
-make TARGET_ARCH=alpha buildworld
-make TARGET_ARCH=alpha DESTDIR=/clients/axp installworld
+make TARGET_ARCH=sparc64 buildworld
+make TARGET_ARCH=sparc64 DESTDIR=/clients/axp installworld
.Ed
.Sh SEE ALSO
.Xr cc 1 ,
OpenPOWER on IntegriCloud