diff --git a/integer.cpp b/integer.cpp index e767bd98..de5df007 100644 --- a/integer.cpp +++ b/integer.cpp @@ -59,7 +59,7 @@ #endif // Debian QEMU/ARMEL issue in MultiplyTop; see http://github.com/weidai11/cryptopp/issues/31. -#if __ARMEL__ && (CRYPTOPP_GCC_VERSION >= 50200) && (CRYPTOPP_GCC_VERSION < 50300) && __OPTIMIZE__ +#if __ARMEL__ && (CRYPTOPP_GCC_VERSION >= 40900) && (CRYPTOPP_GCC_VERSION < 70000) && __OPTIMIZE__ # define WORKAROUND_ARMEL_BUG 1 #endif