summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/gmp
Commit message (Expand)AuthorAgeFilesLines
* Move gmp/config.mk.in to config.mk.in, fix #14972Edward Z. Yang2018-04-102-14/+2
* add CCX=$(CXX) to integer-gmpMoritz Angermann2018-03-061-1/+1
* Fixup include of gmp/config.mk to use new locationHerbert Valerio Riedel2018-03-051-1/+1
* integer-gmp: Simplify gmp/configure invocationBen Gamari2018-02-021-4/+1
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-307-1725/+87
* Build system: Correctly pass `TARGETPLATFORM` as hostNicolas Trangez2016-02-291-1/+4
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-5/+0
* Build: ./boot && ./configure && make sdist (#8723)Thomas Miedema2015-06-041-1/+4
* Build system: prevent "--version: Command not found"Thomas Miedema2015-05-301-1/+4
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-301-1/+1
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-313-75/+55
* Update in-tree GMP to version 5.0.4Herbert Valerio Riedel2014-11-231-0/+1584
* integer-gmp: do not confuse ./configure (#8783)Christian Maeder2014-05-181-1/+1
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-2/+2
* Fix in-tree GMP build (#8497) on OS X MavericksKazu Yamamoto2014-01-141-1/+9
* Follow GHC build system changesIan Lynagh2013-07-031-1/+1
* Run "sh ./configure" rather than "sh configure"; part of #7992Ian Lynagh2013-06-221-2/+2
* Handle dependencies for .cmm files properlyIan Lynagh2013-05-091-6/+2
* Build system refactoringIan Lynagh2013-04-201-12/+9
* Follow changes in GHC's build systemIan Lynagh2013-03-011-1/+1
* Fix GMP_PREFER_FRAMEWORKIan Lynagh2013-02-091-5/+5
* Never try to use the system gmp on WindowsIan Lynagh2013-02-092-0/+6
* Revert "integer-gmp: improve cross-compiling support GmpDerivedConstants.h"Simon Marlow2013-01-261-0/+8
* integer-gmp: improve cross-compiling support GmpDerivedConstants.hSergei Trofimovich2013-01-241-8/+0
* Provide a way for OS X users to indicate a preference for the GMP frameworkIan Lynagh2013-01-011-0/+4
* Fix building libgmp on cygwinIan Lynagh2012-03-161-0/+6
* Updated to a newer version of gmp; fixes #5810Ian Lynagh2012-02-031-0/+0
* Use the mingw touch program on WindowsIan Lynagh2011-12-021-1/+1
* Follow GHC build system change to the way we call rmIan Lynagh2011-11-191-2/+2
* This should finally fix #5293 by fixing two bugs in GMP's configuration setupManuel M T Chakravarty2011-08-051-0/+33
* Upgrade gmp, 4.2.4 -> 5.0.2Ian Lynagh2011-07-272-10/+63
* Follow CC var changes in makefilesIan Lynagh2011-04-231-3/+3
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-231-2/+2
* Tweak build rulesIan Lynagh2011-04-221-4/+4
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-061-1/+1
* Update for changes in GHC's build systemIan Lynagh2011-01-221-1/+1
* Correct the gmp build phaseIan Lynagh2011-01-171-1/+1
* Tidy up gmp cleaningIan Lynagh2011-01-171-16/+23
* Use the stage-specific CONF_CC_OPTS variablesIan Lynagh2010-07-231-1/+1
* Follow variable name changesIan Lynagh2010-06-161-2/+2
* pass $(AR) to the GMP buildSimon Marlow2010-06-101-4/+2
* Fix the $(GMP_DIR) path that we removeIan Lynagh2010-04-191-1/+1
* Fix the buildIan Lynagh2010-02-151-1/+1
* Don't rely on tar supporting -j; trac #3841Ian Lynagh2010-02-141-1/+1
* MERGED: Pass GMP paths when compiling mkGmpDerivedConstants; fixes trac #3784Ian Lynagh2010-01-182-0/+7
* Move .depend file dependency inside HaveLibGmp testSimon Marlow2009-12-171-2/+2
* Fix a makefile depIan Lynagh2009-12-161-1/+1
* Add a missing dependency on gmp.hIan Lynagh2009-12-151-0/+2
* Set the path to nm before configuring the C gmp libIan Lynagh2009-10-121-1/+1
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-171-1/+1