diff options
Diffstat (limited to 'gcc/config/m68k/a-ux.h')
-rw-r--r-- | gcc/config/m68k/a-ux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/a-ux.h b/gcc/config/m68k/a-ux.h index 1b85ce44046..b0770fc5393 100644 --- a/gcc/config/m68k/a-ux.h +++ b/gcc/config/m68k/a-ux.h @@ -67,7 +67,7 @@ crt2.o%s " #define NO_SYS_SIGLIST /* We provide atexit(), A/UX does not have it */ -#define HAVE_ATEXIT +#define NEED_ATEXIT /* Generate calls to memcpy, memcmp and memset, as opposed to bcopy, bcmp, and bzero */ |