Recognize more architecture names.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Dec 2008 11:39:39 +0000 (12:39 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Dec 2008 11:39:39 +0000 (12:39 +0100)
ChangeLog
m4/multiarch.m4

index d0c67765d10782b59da99c5a3b45b359c222b6f4..4936022afb6df61e669d2505a75f84d5becdbb77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-26  Bruno Haible  <bruno@clisp.org>
+
+       * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
+       i486, i586, i686.
+
 2008-12-26  Bruno Haible  <bruno@clisp.org>
 
        * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
index fa03ceef74fe4416ef54b67dc3389be53aace32d..d857599d6b03353d0f7fb5631ceb3bcd32353184 100644 (file)
@@ -1,4 +1,4 @@
-# multiarch.m4 serial 1
+# multiarch.m4 serial 2
 dnl Copyright (C) 2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -38,7 +38,7 @@ AC_DEFUN([gl_MULTIARCH],
      for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
        if test -n "$prev"; then
          case $word in
-           i386 | x86_64 | ppc | ppc64)
+           i?86 | x86_64 | ppc | ppc64)
              if test -z "$arch" || test "$arch" = "$word"; then
                arch="$word"
              else