diff options
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r-- | gcc/config/netbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 71c9183be0d..dd50dcc0ec4 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -139,6 +139,9 @@ along with GCC; see the file COPYING3. If not see #undef LIBGCC_SPEC #define LIBGCC_SPEC NETBSD_LIBGCC_SPEC +#undef TARGET_LIBC_HAS_FUNCTION +#define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function + /* When building shared libraries, the initialization and finalization functions for the library are .init and .fini respectively. */ |