diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-01-06 15:24:02 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-01-06 15:24:02 +0000 |
commit | 5d30f835fb94ab6056829723d623f05b689ada4a (patch) | |
tree | 72fc58a92b21ba0a849a2f4e1d07373fca0a0bf7 /configure.ac | |
parent | c2faf554b2e5ecde38965b35810e149cca309e9e (diff) | |
download | haskell-5d30f835fb94ab6056829723d623f05b689ada4a.tar.gz |
add comment to remind people to update driver/gcc/gcc.c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5bf773b6c0..d176e2c9be 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 || |