summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libmp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the .PATH style nits. Other style nits left for later.obrien2000-04-171-9/+8
|
* 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/+7
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add support for building on MIPS based systems.imp1998-12-161-1/+8
|
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
|
* 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-11/+41
| | | | Added alpha and m68k stuff.
* Insert hooks for building under elf.peter1997-08-291-2/+16
|
* 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-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Fix libmp to be more Berkely compatible.markm1996-12-071-3/+3
| | | | | | This is a very safe 2.2 candidate. Submitted by: Nick Sayer <nsayer@quack.kfu.com>
* Fix the dependancies.markm1996-10-241-8/+9
| | | | | Thanks Andrey! Submitted by: ache
* BMakefile for gmp-2.0.2markm1996-10-201-28/+46
| | | | | Requested by: ache Made world by: chuckr
* cmp -s || install -c ==> install -Cpeter1996-08-301-3/+2
|
* Part two of a repository operation to sort out the libmp/libgmp builds.peter1995-11-251-50/+16
| | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first..
* 1) Add the doc/subdirectory - this will get gmp.texi installedmarkm1995-11-131-21/+2
| | | | 2) Clean up the Makefile - libgmp is coming!
* BMake the multiprecision library, and fix as many of the -Wall warningsmarkm1995-11-121-266/+73
| | | | as is now feasable.
* GNU MP (Multiprecision) library. This is needed by secure RPC (beingmarkm1995-11-121-0/+289
done by Bill Paul) and various other BSD programs. Obtained from:FSF
OpenPOWER on IntegriCloud