diff options
Diffstat (limited to 'gcc/config/gnu-user.h')
-rw-r--r-- | gcc/config/gnu-user.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/gnu-user.h b/gcc/config/gnu-user.h index 2c48c18..a83eb46 100644 --- a/gcc/config/gnu-user.h +++ b/gcc/config/gnu-user.h @@ -104,8 +104,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define TARGET_POSIX_IO -#define TARGET_C99_FUNCTIONS 1 -#define TARGET_HAS_SINCOS 1 +#undef TARGET_LIBC_HAS_FUNCTION +#define TARGET_LIBC_HAS_FUNCTION gnu_libc_has_function /* Link -lasan early on the command line. For -static-libasan, don't link it for -shared link, the executable should be compiled with -static-libasan |