cvs commit: fptools aclocal.m4 configure.ac fptools/ghc aclocal.m4 configure.ac fptools/ghc/compiler/main DriverFlags.hs
Simon Marlow <[email protected]> Wed, 3 May 2006 02:49:26 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <200605030949.k439nQDs026687__11612.8933303573$1146649777$gmane$org@monk.galois.com> |
simonmar 2006/05/03 02:49:26 PDT
Modified files: (Branch: ghc-6-4-branch)
. aclocal.m4 configure.ac
ghc aclocal.m4 configure.ac
ghc/compiler/main DriverFlags.hs
Log:
Move gcc tests to top-level configure script (there's no header file
generated by gcc/configure). Add HAVE_GCC_HAS_NO_UNIT_AT_A_TIME and
use it in ghc/compiler/main/DriverFlags.hs.
This is a merge from the HEAD, but the files have moved around and
things are slightly different in the STABLE branch.
Revision Changes Path
1.192.2.11 +28 -0 fptools/aclocal.m4
1.106.2.10 +2 -0 fptools/configure.ac
1.7.6.2 +0 -17 fptools/ghc/aclocal.m4
1.18.4.4 +0 -2 fptools/ghc/configure.ac
1.151.2.9 +7 -1 fptools/ghc/compiler/main/Attic/DriverFlags.hs