diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-10 22:13:53 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-10 22:13:53 +0000 |
commit | 608929509a419b82d711745cfe17803027edaaf1 (patch) | |
tree | 6e67f78404aa3948913cef55e83a5eb5a117ebfe | |
parent | f78cb7641abc4d00a384ca86258dfabd27cea4b7 (diff) | |
download | gcc-608929509a419b82d711745cfe17803027edaaf1.zip gcc-608929509a419b82d711745cfe17803027edaaf1.tar.gz gcc-608929509a419b82d711745cfe17803027edaaf1.tar.bz2 |
*** empty log message ***
From-SVN: r721
-rw-r--r-- | gcc/config/i386/osfrose.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/osfrose.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 20439b5..0b0daa2 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 82da2d7..19bd7aa 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" |