changeset 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 cdbfbee5c8a9
children 93c0ff76db5e
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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