comparison configure @ 34180:61f7925ff295

Clarify that too old binutils is only an issue with x86_64 compilation. On OSX people sometimes seem to be unaware what they are actually compiling for...
author reimar
date Wed, 26 Oct 2011 18:26:51 +0000
parents 505b49b171f4
children 3053e7ffd08d
comparison
equal deleted inserted replaced
34179:cdbfbee5c8a9 34180:61f7925ff295
2682 def_bswap='#define HAVE_BSWAP 0' 2682 def_bswap='#define HAVE_BSWAP 0'
2683 def_ebx_available='#define HAVE_EBX_AVAILABLE 0' 2683 def_ebx_available='#define HAVE_EBX_AVAILABLE 0'
2684 def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 0' 2684 def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 0'
2685 2685
2686 if x86_64 ; then 2686 if x86_64 ; then
2687 inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old and not supported" 2687 inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old to compile for 64-bit"
2688 fi 2688 fi
2689 2689
2690 if x86 ; then 2690 if x86 ; then
2691 2691
2692 echocheck ".align is a power of two" 2692 echocheck ".align is a power of two"