[Gmp-commit] /home/hgfiles/gmp: Remove mentions of the removed macos directory.
mercurial at gmplib.org
mercurial at gmplib.org
Sun Nov 29 11:03:02 CET 2009
details: /home/hgfiles/gmp/rev/840598fc8b91
changeset: 12937:840598fc8b91
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Nov 29 11:02:56 2009 +0100
description:
Remove mentions of the removed macos directory.
diffstat:
ChangeLog | 4 ++++
Makefile.am | 2 +-
configure.in | 7 -------
doc/configuration | 12 ------------
doc/gmp.texi | 6 ------
5 files changed, 5 insertions(+), 26 deletions(-)
diffs (78 lines):
diff -r 8c1835fb837f -r 840598fc8b91 ChangeLog
--- a/ChangeLog Sat Nov 28 21:42:11 2009 +0100
+++ b/ChangeLog Sun Nov 29 11:02:56 2009 +0100
@@ -1,3 +1,7 @@
+2009-11-29 Torbjorn Granlund <tege at gmplib.org>
+
+ * Makefile.am (EXTRA_DIST): Remove macos.
+
2009-11-28 Torbjorn Granlund <tege at gmplib.org>
* tune/tuneup.c (tune_redc): Set min_size to 16 for redc_n tuning.
diff -r 8c1835fb837f -r 840598fc8b91 Makefile.am
--- a/Makefile.am Sat Nov 28 21:42:11 2009 +0100
+++ b/Makefile.am Sun Nov 29 11:02:56 2009 +0100
@@ -93,7 +93,7 @@
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc
-EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
+EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
if WANT_CXX
GMPXX_HEADERS_OPTION = gmpxx.h
diff -r 8c1835fb837f -r 840598fc8b91 configure.in
--- a/configure.in Sat Nov 28 21:42:11 2009 +0100
+++ b/configure.in Sun Nov 29 11:02:56 2009 +0100
@@ -2451,13 +2451,6 @@
# can provide some functions too. (mpn/Makefile.am passes
# -DOPERATION_<func> to get them to generate the right code.)
-# Note: The following lines defining $gmp_mpn_functions_optional
-# and $gmp_mpn_functions are parsed by the "macos/configure"
-# Perl script. So if you change the lines in a major way
-# make sure to run and examine the output from
-#
-# % (cd macos; perl configure)
-#
# Note: $gmp_mpn_functions must have mod_1 before pre_mod_1 so the former
# can optionally provide the latter as an extra entrypoint. Likewise
# divrem_1 and pre_divrem_1.
diff -r 8c1835fb837f -r 840598fc8b91 doc/configuration
--- a/doc/configuration Sat Nov 28 21:42:11 2009 +0100
+++ b/doc/configuration Sun Nov 29 11:02:56 2009 +0100
@@ -160,18 +160,6 @@
in EXTRA_PROGRAMS to get Makefile rules created, but they're never
built or run unless an explicit "make someprog" is used.
-** Macos directory
-
-The macos/configure script will automatically pick up additions to
-gmp_mpn_functions, MPZ_OBJECTS, etc, but currently test programs need
-to be added to Makefile.in manually.
-
-When modifying the top-level configure.in ensure that it doesn't upset
-the macos/configure script heuristics.
-
-Unfortunately there's no way to test this stuff without getting an
-actual MacOS 9 system.
-
* Adding a new CPU
diff -r 8c1835fb837f -r 840598fc8b91 doc/gmp.texi
--- a/doc/gmp.texi Sat Nov 28 21:42:11 2009 +0100
+++ b/doc/gmp.texi Sun Nov 29 11:02:56 2009 +0100
@@ -1528,12 +1528,6 @@
precision when the hardware is in single precision mode. Of course this
affects all code, including application code, not just GMP.
- at item MacOS 9
- at cindex MacOS 9
-The @file{macos} directory contains an unsupported port to MacOS 9 on Power
-Macintosh, see @file{macos/README}. Note that MacOS X ``Darwin'' should use
-the normal Unix-style @samp{./configure}.
-
@item MS-DOS and MS Windows
@cindex MS-DOS
@cindex MS Windows
More information about the gmp-commit
mailing list