summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-11-21 18:35:20 +0000
committerIan Lynagh <igloo@earth.li>2010-11-21 18:35:20 +0000
commit6bb8d64a971afce310df3349e8767b790c2845ee (patch)
tree2c84c646d1dbafc482c4232e1be9ebfa3c2bd9b0 /validate
parent0d348bceca43eaac089d3e5e77dcaa0110a94fe2 (diff)
downloadhaskell-6bb8d64a971afce310df3349e8767b790c2845ee.tar.gz
For bindists, build ghc-pwd with stage 1
rather then the bootstrapping compiler. This fixes problems where the bootstrapping compiler dynamically links against libraries not on the target machine.
Diffstat (limited to 'validate')
-rw-r--r--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index c2954f2876..8d6e2c3043 100644
--- a/validate
+++ b/validate
@@ -77,7 +77,7 @@ if [ $no_clean -eq 0 ]; then
./configure --prefix="$INSTDIR" $config_args
fi
-thisdir=`utils/ghc-pwd/ghc-pwd`
+thisdir=`utils/ghc-pwd/dist-boot/ghc-pwd`
echo "Validating=YES" > mk/are-validating.mk