From 2955856631b65b622a68c59356f02b8ee3b55244 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 11 Sep 2003 10:35:28 +0000 Subject: [PATCH] [project @ 2003-09-11 10:35:28 by simonmar] When setting TARGETPLATFORM, we should also set foo_TARGET_ARCH, bar_TARGET_OS, etc. --- docs/building/building.sgml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 4d25aa2..faeec72 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -3829,7 +3829,13 @@ GhcStage2HcOpts = -O -fvia-C -keep-hc-files change TARGETPLATFORM - appropriately. + appropriately, and set the variables involving + TARGET to the correct values for + the target platform. This step is necessary because + currently configure doesn't cope + with specifying different values for the + --host and + --target flags. copy LeadingUnderscore @@ -3837,7 +3843,7 @@ GhcStage2HcOpts = -O -fvia-C -keep-hc-files - + Copy T/ghc/includes/config.h -- 1.7.10.4