# HG changeset patch # User reimar # Date 1319653611 0 # Node ID 61f7925ff29514c26d751badf7db50b8bbac2add # Parent cdbfbee5c8a9d530e51a41a9735987368df0af2d 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... diff -r cdbfbee5c8a9 -r 61f7925ff295 configure --- a/configure Wed Oct 26 17:02:09 2011 +0000 +++ b/configure Wed Oct 26 18:26:51 2011 +0000 @@ -2684,7 +2684,7 @@ def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 0' if x86_64 ; then -inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old and not supported" +inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old to compile for 64-bit" fi if x86 ; then