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

2008-12-26 Thread Bruno Haible
A small tweak: 2008-12-26 Bruno Haible * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names i486, i586, i686. --- m4/multiarch.m4.orig2008-12-26 12:37:58.0 +0100 +++ m4/multiarch.m4 2008-12-26 12:37:46.0 +0100 @@ -1,4 +1,4 @@ -# m

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

2008-12-25 Thread Bruno Haible
Hi, The way to build multi-architecture ("universal"/"fat") binaries on MacOS X is now documented in the INSTALL file. Yet gnulib does not support it in a couple of autoconf tests. To find which autoconf tests are affected, I configured a testdir once for a 32-bit build (CC="gcc -arch i386") and