diff options
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r-- | gcc/config/netbsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index d8b23e02a18..b76e747c50c 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -68,7 +68,8 @@ /* Implicit library calls should use memcpy, not bcopy, etc. */ -#define TARGET_MEM_FUNCTIONS +#undef TARGET_MEM_FUNCTIONS +#define TARGET_MEM_FUNCTIONS 1 /* Handle #pragma weak and #pragma pack. */ |