From: Richard Stallman Date: Sat, 28 Mar 1992 22:40:26 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae65ba85168d63989afe2455c54e5ba2df8dbe00;p=gcc.git entered into RCS From-SVN: r616 --- 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"