[cffi-devel] 64bit hosts without multilib
Luís Oliveira
luismbo at gmail.com
Tue Jan 3 16:43:44 UTC 2012
On Sun, Jan 1, 2012 at 7:52 PM, Elias Pipping <pipping at lavabit.com> wrote:
> the file tests/GNUmakefile currently contains the lines
>
> ifeq ($(ARCH), x86_64)
> SHLIBS += libtest32$(SHLIB_EXT) libtest2_32$(SHLIB_EXT)
> endif
>
> As a result, building with -m32 will be tested on 64bit hosts. This can
> only work on multilib hosts, however; for others the test will
> fail.
Right. What's a good way to test whether -m32 is available?
--
Luís Oliveira
http://r42.eu/~luis/
More information about the cffi-devel
mailing list