From 428aa6a7b06d9076b087ccf32b2757f5c10f293c Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 15 Jan 2008 17:15:41 +0000 Subject: [PATCH] Mention MACHINE_ARCH. --- doc/HOWTO-crosscompile-xorg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/HOWTO-crosscompile-xorg b/doc/HOWTO-crosscompile-xorg index 30677e1f2f4a..cb94f9dee620 100644 --- a/doc/HOWTO-crosscompile-xorg +++ b/doc/HOWTO-crosscompile-xorg @@ -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 @@ DEPENDS_TARGET= package-install 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.