[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Tue Dec 9 17:49:17 UTC 2014


details:   /var/hg/gmp/rev/1f69a97b05b6
changeset: 16535:1f69a97b05b6
user:      Torbjorn Granlund <torbjorng at google.com>
date:      Tue Dec 09 18:49:06 2014 +0100
description:
(powerpc): Remove hardwired -mpowerpc, causes clang problems.  Optionally pass -m32.

details:   /var/hg/gmp/rev/258f82d43113
changeset: 16536:258f82d43113
user:      Torbjorn Granlund <torbjorng at google.com>
date:      Tue Dec 09 18:49:13 2014 +0100
description:
*** empty log message ***

diffstat:

 ChangeLog    |  5 +++++
 configure.ac |  4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 2ef82c5b01b5 -r 258f82d43113 ChangeLog
--- a/ChangeLog	Mon Dec 08 21:18:03 2014 +0100
+++ b/ChangeLog	Tue Dec 09 18:49:13 2014 +0100
@@ -1,3 +1,8 @@
+2014-12-09  Torbjörn Granlund  <torbjorng at google.com>
+
+	* configure.ac (powerpc): Remove hardwired -mpowerpc, causes clang
+	problems.  Optionally pass -m32.
+
 2014-12-08  Marc Glisse  <marc.glisse at inria.fr>
 
 	* config.guess (ultrasparc*-*-*): Update for T4 and T5.
diff -r 2ef82c5b01b5 -r 258f82d43113 configure.ac
--- a/configure.ac	Mon Dec 08 21:18:03 2014 +0100
+++ b/configure.ac	Tue Dec 09 18:49:13 2014 +0100
@@ -978,7 +978,7 @@
     abilist="32"
     cclist="gcc cc"
     cc_cflags="-O2"
-    gcc_32_cflags="$gcc_cflags -mpowerpc"
+    gcc_32_cflags_maybe="-m32"
     gcc_cflags_optlist="precomp subtype asm cpu"
     gcc_cflags_precomp="-no-cpp-precomp"
     gcc_cflags_subtype="-force_cpusubtype_ALL"	# for vmx on darwin
@@ -1118,7 +1118,6 @@
 	    # incompatible with a shared library.
 	    #
 	    abilist="mode64 mode32 $abilist"
-	    gcc_32_cflags_maybe="-m32"
 	    gcc_cflags_opt="-O3 -O2 -O1"	# will this become used?
 	    cclist_mode32="gcc"
 	    gcc_mode32_cflags_maybe="-m32"
@@ -1164,7 +1163,6 @@
 	    # 64-bits.
 	    #
 	    abilist="mode64 mode32 $abilist"
-	    gcc_32_cflags_maybe="-m32"
 	    cclist_mode32="gcc"
 	    gcc_mode32_cflags_maybe="-m32"
 	    gcc_mode32_cflags="-mpowerpc64"


More information about the gmp-commit mailing list