mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
AP_Common: this workaround for missing/cmath is also needed for gcc 4.9.3
tested on cygwin with 4.9.3
This commit is contained in:
parent
309ac53806
commit
224c714c83
@ -5,7 +5,7 @@
|
||||
#ifndef WAF_BUILD
|
||||
# ifdef __GNUG__
|
||||
# define _GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||
# if _GCC_VERSION >= 50300
|
||||
# if _GCC_VERSION >= 40900
|
||||
# ifndef HAVE_CMATH_ISFINITE
|
||||
# define HAVE_CMATH_ISFINITE
|
||||
# define NEED_CMATH_ISFINITE_STD_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user