diff options
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/sco5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 4d26255699a..b97fffc73ff 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -916,6 +916,11 @@ dtors_section () \ #define NO_DOLLAR_IN_LABEL +/* Implicit library calls should use memcpy, not bcopy, etc. They are + faster on OpenServer libraries. */ + +#define TARGET_MEM_FUNCTIONS + /* Here comes some major hackery to get the crt stuff to compile properly. Since we can (and do) compile for both COFF and ELF environments, we |