From: Michael Meissner Date: Fri, 10 Apr 1992 22:13:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=608929509a419b82d711745cfe17803027edaaf1;p=gcc.git *** empty log message *** From-SVN: r721 --- diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 20439b5f0fc..0b0daa2f47f 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -156,6 +156,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ fprintf (STREAM, "\t.long\t0x%08lx\t\t# %.12g\n", u2.l, u2.f); \ } +/* Generate calls to memcpy, etc., not bcopy, etc. */ +#define TARGET_MEM_FUNCTIONS /* Defines to be able to build libgcc.a with GCC. */ diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index 82da2d7b92f..19bd7aa09a9 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -107,4 +107,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ our own exit function. */ #define HAVE_ATEXIT +/* Generate calls to memcpy, etc., not bcopy, etc. */ +#define TARGET_MEM_FUNCTIONS + #include "mips.h"