summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-05-18 17:59:37 +0200
committerLinus Nordberg <linus@nordberg.se>2000-05-18 17:59:37 +0200
commit22554eb5f400e49f00e27f713c02599db724957f (patch)
tree7303b33bda57ff6c733da089bceea8e7065bdcb9 /ChangeLog
parentbf1fd01bb0ccf253ddb3f2cd95e71dae641845aa (diff)
downloadgmp-22554eb5f400e49f00e27f713c02599db724957f.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b94232009..8f37ab806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-05-18 Linus Nordberg <linus@swox.se>
+
+ * configure.in: Set NM before looking for compiler since
+ GMP_CHECK_CC_64BIT needs it.
+
+ * acinclude.m4 (GMP_CHECK_CC_64BIT): Don't execute on target.
+ (GMP_PROG_CC_FIND): Before checking if the compiler knows how to
+ produce 64-bit code, verify that it works at all. The background
+ is that /usr/ucb/cc on Solaris 7 successfully compiles in 64-bit
+ mode but fails when doing final link.
+ (GMP_PROG_CC_WORKS): Report to user what's happening.
+
2000-05-17 Linus Nordberg <linus@swox.se>
* config.guess: Use X86CPU for x86 Cygwin.