From: simonmar Date: Fri, 4 Mar 2005 13:38:19 +0000 (+0000) Subject: [project @ 2005-03-04 13:38:19 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~977 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=22ebce60fcd1611a2a55267d79ee59f72e79e160 [project @ 2005-03-04 13:38:19 by simonmar] some more wibbles in cross-compiling --- diff --git a/docs/building/building.xml b/docs/building/building.xml index 1cce8b5..04dd999 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -3807,20 +3807,19 @@ GhcBootLibs = YES Copy - T/ghc/includes/ghcautoconf.h + T/ghc/includes/ghcautoconf.h, T/ghc/includes/DerivedConstants.h, and T/ghc/includes/GHCConstants.h to H/ghc/includes. Note that we are building on the host machine, using the - target machine's config.h file. This + target machine's configuration files. This is so that the intermediate C files generated here will be suitable for compiling on the target system. - - Touch ghcautoconf.h, just to make - sure it doesn't get replaced during the build: -$ touch H/ghc/includes/ghcautoconf.h + Touch the generated configuration files, just to make + sure they don't get replaced during the build: +$ touch H/ghc/includes/{ghcautoconf.h,DerivedConstants.h,GHCConstants.h}