diff options
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index e283a9a3305..7c0ca95db42 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -160,6 +160,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define TARGET_C99_FUNCTIONS (OPTION_GLIBC) /* Whether we have sincos that follows the GNU extension. */ -#define TARGET_HAS_SINCOS (OPTION_GLIBC | OPTION_BIONIC) +#define TARGET_HAS_SINCOS (OPTION_GLIBC || OPTION_BIONIC) #define TARGET_POSIX_IO |