summaryrefslogtreecommitdiff
path: root/doc/configuration
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-11-12 22:06:32 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-11-12 22:06:32 +0100
commit3ee827409bd3a6f64b96e9fe082205da88128206 (patch)
treeb314b9ff7aca8da5ae4c704af97c9c8ac79ec73b /doc/configuration
parent9aa234de37f83e6d150afd8504d2c726c86d7b38 (diff)
downloadgmp-3ee827409bd3a6f64b96e9fe082205da88128206.tar.gz
Purge BSD mp compatible functions.
Diffstat (limited to 'doc/configuration')
-rw-r--r--doc/configuration10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/configuration b/doc/configuration
index 77dc73f3c..903067cc5 100644
--- a/doc/configuration
+++ b/doc/configuration
@@ -323,10 +323,6 @@ errors rather than mysterious failures from a mismatch.
--disable-shared will make builds go much faster, though of course
shared or shared+static should be tested too.
---enable-mpbsd grabs various bits of mpz, which might need to be
-adjusted if things in those routines are changed. Building mpbsd all
-the time doesn't cost much.
-
--prefix to a dummy directory followed by "make install" will show
what's installed.
@@ -370,12 +366,6 @@ struct __mpz_struct etc - this must be retained for C++ compatibility.
will get this in the mangled name because C++ "sees though" the
typedef mpz_t to the underlying struct.
- Incidentally, this probably means for C++ that our mp.h is not
- compatible with an original BSD mp.h, since we use struct
- __mpz_struct for MINT in ours. Maybe we could change to whatever
- the original did, but it seems unlikely anyone would be using C++
- with mp.h.
-
__gmpn - note that glibc defines some __mpn symbols, old versions of
some mpn routines, which it uses for floating point printfs.