summaryrefslogtreecommitdiff
path: root/ghc/rts/gmp/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-071-932/+0
| | | | | | | | | | | | | | | Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
* [project @ 2001-01-17 12:14:30 by simonmar]simonmar2001-01-171-2/+3
| | | | merge changes from gmp-3.1.1
* [project @ 2000-09-07 11:23:59 by rrt]rrt2000-09-071-0/+5
| | | | Added support for building gmp.dll again.
* [project @ 2000-08-21 15:21:52 by simonmar]simonmar2000-08-211-36/+5
| | | | | Our local changes to GMP 3.1: disconnect the bits we're not interested in (mpf, mpq, tests subdirs etc.).
* [project @ 2000-08-21 15:12:04 by simonmar]simonmar2000-08-211-192/+944
| | | | merge conflicts (I hope)
* [project @ 2000-03-30 14:09:44 by rrt]rrt2000-03-301-0/+9
| | | | | Added rules for building GMP as a DLL. N.B. GMP is not actually used yet as a DLL; this remains to be added to the build system.
* [project @ 2000-03-14 01:38:43 by sof]sof2000-03-141-1/+1
| | | | | | Support for setting target-specific CC options via AC_SUBST (and make use of it on the mingw32 front -- 'resist' the temptation to use GMP's config/ story for this.)
* [project @ 1998-07-23 14:50:16 by simonm]simonm1998-07-231-1/+1
| | | | | Converting a suffix rule to a pattern rule appears to fix some build problems. Don't ask me why.
* [project @ 1998-06-05 14:37:45 by simonm]simonm1998-06-051-0/+196
Initial revision