diff --git a/src/common.h b/src/common.h index 4896bd2201..0f1ffdbe86 100644 --- a/src/common.h +++ b/src/common.h @@ -31,7 +31,7 @@ #if (defined __i386__) || (defined __POWERPC__) || (defined __arm__) # define LD "ld" -# ifdef __MINGW32__ +# if defined(__MINGW32__) && __GNUC__ == 4 # define LLD "I64d" # else # define LLD "lld"