pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Mention MACHINE_ARCH.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bbc18ce11a6
branches:  trunk
changeset: 537751:7bbc18ce11a6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 15 17:15:41 2008 +0000

description:
Mention MACHINE_ARCH.

diffstat:

 doc/HOWTO-crosscompile-xorg |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r be4036114214 -r 7bbc18ce11a6 doc/HOWTO-crosscompile-xorg
--- a/doc/HOWTO-crosscompile-xorg       Tue Jan 15 15:43:48 2008 +0000
+++ b/doc/HOWTO-crosscompile-xorg       Tue Jan 15 17:15:41 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: HOWTO-crosscompile-xorg,v 1.1 2007/12/21 23:14:50 joerg Exp $
+$NetBSD: HOWTO-crosscompile-xorg,v 1.2 2008/01/15 17:15:41 joerg Exp $
 
 How to cross-compile modular Xorg on NetBSD
 -------------------------------------------
@@ -16,13 +16,14 @@
 
 X11_TYPE =             modular 
 
+MACHINE_ARCH=          what-to-compile-for
 CROSS_DESTDIR=         /where/ever/above/destdir/is
 TOOLDIR=               /where/ever/above/tools/are 
 USE_CROSS_COMPILE=     yes
 
 The first two activate DESTDIR support, which is required for the
 cross-compile infrastructure. The third option tells it to use modular
-Xorg. oThe other three options specify the correct path names and
-activate cross compiling.
+Xorg. The other four options specify the target platform and the correct
+path names and activate cross compiling.
 
 (c) Just run make package e.g. in meta-pkgs/modular-xorg-apps now.



Home | Main Index | Thread Index | Old Index