aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libgmp
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-293-3/+3
| | | | Notes: svn path=/stable/3/; revision=50569
* Removed rotten, unused implicit rules. The ld -O in one might have beenBruce Evans1998-12-271-14/+1
| | | | | | | harmful if it were used. Notes: svn path=/head/; revision=42091
* Add support for building on MIPS based systems.Warner Losh1998-12-161-1/+8
| | | | Notes: svn path=/head/; revision=41849
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-2/+2
| | | | Notes: svn path=/head/; revision=38632
* Don't blow away parts of the sourcetree on a 'make clean'. This wasEivind Eklund1998-05-241-4/+4
| | | | | | | | only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories. Notes: svn path=/head/; revision=36344
* Change the order of the include paths so that the architecture specificJohn Birrell1998-05-151-3/+3
| | | | | | | | directory is searched before the generic one. You can guess what was happening.. all the world's assumed to be 32-bit. Notes: svn path=/head/; revision=36050
* Put sources in SRCS and don't depend on them in beforedepend. IIRC,Bruce Evans1998-03-121-3/+4
| | | | | | | | this is to fix `make -j50' where `make -j18' worked. The race may just have been more likely to be lost for -j50. Notes: svn path=/head/; revision=34518
* Modify for MACHINE_ARCH support instead of assuming just x86.John Birrell1998-01-251-9/+42
| | | | | | | Added alpha and m68k stuff. Notes: svn path=/head/; revision=32761
* Insert first cut of hooks for compiling under ELF.Peter Wemm1997-08-291-3/+16
| | | | Notes: svn path=/head/; revision=28899
* Backed out previous commit. mp.h is installed from libmp and should notBruce Evans1997-08-211-3/+1
| | | | | | | be installed from here. Notes: svn path=/head/; revision=28533
* during the ,beforeinstall' target mp.h has to be installed as wellAndreas Klemm1997-08-171-1/+3
| | | | | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. Notes: svn path=/head/; revision=28331
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+2
| | | | | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@. Notes: svn path=/head/; revision=24793
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22996
* Simplify using SRCDIRAndrey A. Chernov1997-01-161-3/+1
| | | | Notes: svn path=/head/; revision=21782
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Same.Joshua Peck Macdonald1997-01-111-1/+2
| | | | Notes: svn path=/head/; revision=21524
* Fix this so that dependancies work properly.Mark Murray1996-10-241-13/+10
| | | | | | | | Thanks Andrey! Submitted by: ache Notes: svn path=/head/; revision=19159
* BMakefiles for gmp-2.0.2Mark Murray1996-10-203-0/+135
| | | | | | | | Requested by: ache Made world by: chuckr Notes: svn path=/head/; revision=19052
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.Mark Murray1996-10-20295-28803/+0
| | | | Notes: svn path=/head/; revision=19051
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.Mark Murray1996-10-20145-32146/+0
| | | | Notes: svn path=/head/; revision=19050
* Import of GNU MP 2.0.2Mark Murray1996-10-20318-2036/+46247
| | | | | | | | | | | This is a clean import with only the non-x86 bits removed. Makefiles and other will follow. Requested by: Andrey Chernov Made world by: Chuck Robey Notes: svn path=/vendor/misc-GNU/dist2/; revision=19045
* consistancy fixupPeter Wemm1996-08-301-3/+3
| | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=17958
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-3/+3
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Make "make tests" actually work. This is an extremely crude hack, butMark Murray1996-03-041-9/+9
| | | | | | | I figure that as this is not part of any automated processes, WTH. Notes: svn path=/head/; revision=14377
* Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.Bruce Evans1995-11-261-4/+3
| | | | | | | | | Changed beforeinstall rule to use `install -C' instead of `cmp -s' and `install -c'. `install -C' has exactly the right semantics for installing headers and should be used elsewhere. Notes: svn path=/head/; revision=12486
* Part two of a repository operation to sort out the libmp/libgmp builds.Peter Wemm1995-11-251-9/+12
| | | | | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first.. Notes: svn path=/head/; revision=12482
* BBild libgmp from the sources already in ../libmp.Mark Murray1995-11-131-0/+60
| | | | Notes: svn path=/head/; revision=12267
* Make the tests work. libmp and libgmp must be installed for thisMark Murray1995-11-132-2/+68
| | | | | | | to work. Notes: svn path=/head/; revision=12264
* Build the TeXinfo manualMark Murray1995-11-131-0/+7
| | | | Notes: svn path=/head/; revision=12263
* BMake the multiprecision library, and fix as many of the -Wall warningsMark Murray1995-11-123-12/+303
| | | | | | | as is now feasable. Notes: svn path=/head/; revision=12237
* GNU MP (Multiprecision) library. This is needed by secure RPC (beingMark Murray1995-11-12130-0/+16312
done by Bill Paul) and various other BSD programs. Obtained from:FSF Notes: svn path=/vendor/misc-GNU/dist2/; revision=12234