From ae65ba85168d63989afe2455c54e5ba2df8dbe00 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 28 Mar 1992 22:40:26 +0000 Subject: [PATCH] entered into RCS From-SVN: r616 --- gcc/config/mips/bsd-4.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/mips/bsd-4.h b/gcc/config/mips/bsd-4.h index 27acac4d538..6235340fe7d 100644 --- a/gcc/config/mips/bsd-4.h +++ b/gcc/config/mips/bsd-4.h @@ -49,4 +49,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS +/* Override defaults for finding the MIPS tools. */ +#define MD_STARTFILE_PREFIX "/bsd43/usr/lib/cmplrs/cc/" +#define MD_EXEC_PREFIX "/bsd43/usr/lib/cmplrs/cc/" + #include "mips.h" -- 2.30.2