From 5d30f835fb94ab6056829723d623f05b689ada4a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 6 Jan 2011 15:24:02 +0000 Subject: [PATCH] add comment to remind people to update driver/gcc/gcc.c --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 5bf773b..d176e2c 100644 --- a/configure.ac +++ b/configure.ac @@ -389,6 +389,9 @@ then LD="$hardtop/inplace/mingw/bin/ld.exe" NM="$hardtop/inplace/mingw/bin/nm.exe" fp_prog_ar_raw="$hardtop/inplace/mingw/bin/ar.exe" + + # NB. If you update the tarbballs to a new version of gcc, don't + # forget to tweak the paths in driver/gcc/gcc.c. if ! test -d inplace/mingw || test inplace/mingw -ot ghc-tarballs/mingw/binutils*.tar.lzma || test inplace/mingw -ot ghc-tarballs/mingw/gcc-core*.tar.lzma || -- 1.7.10.4