aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-28 22:40:26 +0000
committerRichard Stallman <rms@gnu.org>1992-03-28 22:40:26 +0000
commitae65ba85168d63989afe2455c54e5ba2df8dbe00 (patch)
tree058fcbd0713839d779f5ecdc9e8da7a4ff7e35f8
parentd26e29e1b6006f8a0f9923acbf31c91d8e7e7fa2 (diff)
downloadgcc-ae65ba85168d63989afe2455c54e5ba2df8dbe00.zip
gcc-ae65ba85168d63989afe2455c54e5ba2df8dbe00.tar.gz
gcc-ae65ba85168d63989afe2455c54e5ba2df8dbe00.tar.bz2
entered into RCS
From-SVN: r616
-rw-r--r--gcc/config/mips/bsd-4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/bsd-4.h b/gcc/config/mips/bsd-4.h
index 27acac4..6235340 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"