Index: programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml,v retrieving revision 1.6 diff -u -r1.6 BUILD.sgml --- programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml 14 Dec 2004 08:59:20 -0000 1.6 +++ programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml 18 Feb 2005 14:19:07 -0000 @@ -291,11 +291,12 @@ Cross compiling is supported if the appropriate config files for your target platforms exist. You must have the compiler toolchain installed for your target platform and the C-compiler must know where those tools -exist. To inform the build system where your cross compiler is located use - -make World BOOTSTRAPCFLAGS="CROSSCOMPILEDIR=<cross compiler dir>"; - +make World CROSSCOMPILEDIR="<cross compiler dir>"; +. Reconfiguring the server (source distribution)