summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgmp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the .PATH style nits. Other style nits left for later.obrien2000-04-171-6/+6
|
* Use the non-asm routines for IA-64, PPC, and arm32 ports.obrien2000-04-171-1/+1
|
* Use the non-asm routines (for now) on the sparc and sparc64 ports.steve2000-04-151-0/+4
|
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
|
* Removed rotten, unused implicit rules. The ld -O in one might have beenbde1998-12-271-14/+1
| | | | harmful if it were used.
* Add support for building on MIPS based systems.imp1998-12-161-1/+8
|
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
|
* Don't blow away parts of the sourcetree on a 'make clean'. This waseivind1998-05-241-4/+4
| | | | | only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories.
* Change the order of the include paths so that the architecture specificjb1998-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.
* Put sources in SRCS and don't depend on them in beforedepend. IIRC,bde1998-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.
* Modify for MACHINE_ARCH support instead of assuming just x86.jb1998-01-251-9/+42
| | | | Added alpha and m68k stuff.
* Insert first cut of hooks for compiling under ELF.peter1997-08-291-3/+16
|
* Backed out previous commit. mp.h is installed from libmp and should notbde1997-08-211-3/+1
| | | | be installed from here.
* during the ,beforeinstall' target mp.h has to be installed as wellandreas1997-08-171-1/+3
| | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world.
* Fixed bogus existence test related to searching for a nearby objbde1997-04-101-6/+2
| | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Simplify using SRCDIRache1997-01-161-3/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Same.jmacd1997-01-111-1/+2
|
* Fix this so that dependancies work properly.markm1996-10-241-13/+10
| | | | | Thanks Andrey! Submitted by: ache
* BMakefiles for gmp-2.0.2markm1996-10-203-0/+135
| | | | | Requested by: ache Made world by: chuckr
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20295-28803/+0
|
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20145-32251/+0
|
* This commit was generated by cvs2svn to compensate for changes in r19045,markm1996-10-20317-1919/+46235
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU MP 2.0.2markm1996-10-20318-2032/+46246
| | | | | | | | | | | | | | | | 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
* | consistancy fixuppeter1996-08-301-3/+3
| | | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-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.
* | ``mv'' -> ``mv -f''wosch1996-05-071-3/+3
| | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* | Make "make tests" actually work. This is an extremely crude hack, butmarkm1996-03-041-9/+9
| | | | | | | | I figure that as this is not part of any automated processes, WTH.
* | Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.bde1995-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.
* | Part two of a repository operation to sort out the libmp/libgmp builds.peter1995-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..
* | BBild libgmp from the sources already in ../libmp.markm1995-11-131-0/+60
| |
* | Make the tests work. libmp and libgmp must be installed for thismarkm1995-11-132-2/+68
| | | | | | | | to work.
* | Build the TeXinfo manualmarkm1995-11-131-0/+7
| |
* | BMake the multiprecision library, and fix as many of the -Wall warningsmarkm1995-11-123-12/+303
|/ | | | as is now feasable.
* GNU MP (Multiprecision) library. This is needed by secure RPC (beingmarkm1995-11-12130-0/+16312
done by Bill Paul) and various other BSD programs. Obtained from:FSF
OpenPOWER on IntegriCloud