[Gmp-commit] /var/hg/gmp: Fix typo.
    mercurial at gmplib.org 
    mercurial at gmplib.org
       
    Thu Jun 29 02:53:21 CEST 2023
    
    
  
details:   /var/hg/gmp/rev/7466d206fb5c
changeset: 18379:7466d206fb5c
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Thu Jun 29 02:52:50 2023 +0200
description:
Fix typo.
diffstat:
 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r ddb6c9d1a986 -r 7466d206fb5c configure.ac
--- a/configure.ac	Thu Jun 29 02:27:18 2023 +0200
+++ b/configure.ac	Thu Jun 29 02:52:50 2023 +0200
@@ -1095,7 +1095,7 @@
   # -Wa,-mppc was used only if it worked.  The right flag on darwin would be
   # "-arch ppc" or some such, but that's already the default.)
   #
-  [powerpc*-*-* | power[3-9]-*-*] | power1[0-9]-*-*])
+  [powerpc*-*-* | power[3-9]-*-* | power1[0-9]-*-*])
     AC_DEFINE(HAVE_HOST_CPU_FAMILY_powerpc)
     HAVE_HOST_CPU_FAMILY_powerpc=1
     abilist="32"
    
    
More information about the gmp-commit
mailing list