diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-05-09 23:59:47 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-05-09 23:59:47 +0000 |
commit | 403fe265580b1fd522b2668255f94870227a76dd (patch) | |
tree | 26713f39398b5c7642c1044b0d3c31469bc1b62b /doc | |
parent | 6999697ff159a1e97e7fbb3aa2e345449c98e44e (diff) | |
download | pkgsrc-403fe265580b1fd522b2668255f94870227a76dd.tar.gz |
Remove the now-outdated HOWTO-crosscompile-xorg.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO-crosscompile-xorg | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/HOWTO-crosscompile-xorg b/doc/HOWTO-crosscompile-xorg deleted file mode 100644 index 9400dd52ed4..00000000000 --- a/doc/HOWTO-crosscompile-xorg +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: HOWTO-crosscompile-xorg,v 1.5 2009/05/09 14:59:09 joerg Exp $ - -How to cross-compile modular Xorg on NetBSD -------------------------------------------- - -(a) You have to have modular Xorg and the build tools used by it -installed in /usr/pkg (or whatever prefix you want to use for the -cross-compiled packages). - -(b) You have run build.sh release for the desired platform. Remember -where you wrote the tools to and where the destdir is. - -(c) You have to add the following options to your mk.conf: -USE_DESTDIR= yes -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. The other four options specify the target platform and the correct -path names and activate cross compiling. - -(d) Just run make package e.g. in meta-pkgs/modular-xorg-apps now. |