diff options
author | simonmar <unknown> | 2005-03-04 13:38:19 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-04 13:38:19 +0000 |
commit | 22ebce60fcd1611a2a55267d79ee59f72e79e160 (patch) | |
tree | e304e26c401acb4b0f9599ff08c2012214a9c1c7 | |
parent | caa7c91dd13a69110a55d68b61967f8239de15ce (diff) | |
download | haskell-22ebce60fcd1611a2a55267d79ee59f72e79e160.tar.gz |
[project @ 2005-03-04 13:38:19 by simonmar]
some more wibbles in cross-compiling
-rw-r--r-- | docs/building/building.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml index 1cce8b561a..04dd999975 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -3807,20 +3807,19 @@ GhcBootLibs = YES</programlisting> <listitem> <para>Copy - <filename><replaceable>T</replaceable>/ghc/includes/ghcautoconf.h</filename> + <filename><replaceable>T</replaceable>/ghc/includes/ghcautoconf.h</filename>, <filename><replaceable>T</replaceable>/ghc/includes/DerivedConstants.h</filename>, and <filename><replaceable>T</replaceable>/ghc/includes/GHCConstants.h</filename> to <filename><replaceable>H</replaceable>/ghc/includes</filename>. Note that we are building on the host machine, using the - target machine's <literal>config.h</literal> 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.</para> - </listitem> <listitem> - <para>Touch <literal>ghcautoconf.h</literal>, just to make - sure it doesn't get replaced during the build:</para> -<screen>$ touch <replaceable>H</replaceable>/ghc/includes/ghcautoconf.h</screen> + <para>Touch the generated configuration files, just to make + sure they don't get replaced during the build:</para> +<screen>$ touch <replaceable>H</replaceable>/ghc/includes/{ghcautoconf.h,DerivedConstants.h,GHCConstants.h}</screen> </listitem> <listitem> |