[Midnightbsd-cvs] src: build.7: We don't have alpha and pc98.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Apr 28 21:56:11 EDT 2008
Log Message:
-----------
We don't have alpha and pc98.
Modified Files:
--------------
src/share/man/man7:
build.7 (r1.2 -> r1.3)
-------------- next part --------------
Index: build.7
===================================================================
RCS file: /home/cvs/src/share/man/man7/build.7,v
retrieving revision 1.2
retrieving revision 1.3
diff -L share/man/man7/build.7 -L share/man/man7/build.7 -u -r1.2 -r1.3
--- share/man/man7/build.7
+++ share/man/man7/build.7
@@ -25,7 +25,7 @@
.\" $FreeBSD: src/share/man/man7/build.7,v 1.30.2.2 2006/01/22 16:33:46 yar Exp $
.\" $MidnightBSD$
.\"
-.Dd October 31, 2006
+.Dd April 28, 2008
.Dt BUILD 7
.Os
.Sh NAME
@@ -151,10 +151,6 @@
.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 .
.It Va NO_WERROR
If defined, warnings will not cause the build to halt, even if the
makefile says otherwise.
@@ -182,11 +178,11 @@
.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 ,
More information about the Midnightbsd-cvs
mailing list