Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -17/+5 |
| | |||||
* | gmp didn't really fit into the make boot/all cycle, so don't try to force it | Ian Lynagh | 2008-07-05 | 1 | -2/+0 |
| | | | | Now we just run make in it at the start of the stage1 build | ||||
* | remove dead code | Simon Marlow | 2008-04-03 | 1 | -1/+0 |
| | |||||
* | Fix bashisms; patch from Bernie Pope | Ian Lynagh | 2008-03-05 | 1 | -2/+4 |
| | |||||
* | Copy gmp stamps into bindists, so we don't try and rebuild gmp | Ian Lynagh | 2007-11-25 | 1 | -2/+3 |
| | |||||
* | Install gmp from bindists; fixes trac #1848 | Ian Lynagh | 2007-11-24 | 1 | -16/+13 |
| | |||||
* | Don't clean gmp when validating (speeds up validation on Windows) | Simon Marlow | 2007-10-17 | 1 | -0/+5 |
| | |||||
* | FIX BUILD `set -o igncr'-issue on FreeBSD | jochemberndsen@dse.nl | 2007-09-26 | 1 | -2/+7 |
| | | | | | | | `set -o igncr' does not work on non-cygwin-systems. Fail silently if this command does not work, instead of aborting the build. | ||||
* | Make some header-installing machinery, and use it to install gmp.h | Ian Lynagh | 2007-08-28 | 1 | -2/+9 |
| | |||||
* | Tidy up the gmp/ Makefile a bit | Ian Lynagh | 2007-08-28 | 1 | -17/+13 |
| | |||||
* | When installing, get libgmp.a from the right place | Ian Lynagh | 2007-08-23 | 1 | -4/+3 |
| | |||||
* | Also build gmp shared if neccessary | Clemens Fruhwirth | 2007-08-10 | 1 | -27/+42 |
| | |||||
* | Add proper header so that cygwin recognizes this file as executable | Clemens Fruhwirth | 2007-07-22 | 1 | -0/+1 |
| | |||||
* | Update the in-tree GMP; fixes trac #832 | Ian Lynagh | 2007-07-05 | 3 | -0/+112 |
gmp is now in a top-level directory and we only have the tarball in the darcs repo. It gets untarred if it is needed. |