diff options
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 438302345cf..9606fe0f85c 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -433,3 +433,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \ default_elf_asm_output_external (FILE, DECL, NAME) #endif + +#undef TARGET_LIBC_HAS_FUNCTION +#define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function |