changeset 35088:8287c476bf53

Add a hint how you can compile a 64 bit binary on OSX. I have no idea really why clang works and gcc does not though.
author reimar
date Thu, 13 Sep 2012 19:41:02 +0000
parents 078a00af881c
children a87c434ecaa3
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 13 19:22:31 2012 +0000
+++ b/configure	Thu Sep 13 19:41:02 2012 +0000
@@ -2752,7 +2752,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 to compile for 64-bit"
+inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old to compile for 64-bit (on OSX try --cc=clang)"
 fi
 
 if x86 ; then