bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: support for universal binaries on MacOS X (1/6)


From: Bruno Haible
Subject: Re: support for universal binaries on MacOS X (1/6)
Date: Fri, 26 Dec 2008 12:40:02 +0100
User-agent: KMail/1.9.9

A small tweak:

2008-12-26  Bruno Haible  <address@hidden>

        * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
        i486, i586, i686.

--- m4/multiarch.m4.orig        2008-12-26 12:37:58.000000000 +0100
+++ m4/multiarch.m4     2008-12-26 12:37:46.000000000 +0100
@@ -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 @@
      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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]