From 80901ed81879564eedb79cc92bb563a708fde713 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 31 Jan 1994 16:16:50 -0800 Subject: [PATCH] New file. From-SVN: r6452 --- gcc/config/mips/svr4-t.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gcc/config/mips/svr4-t.h diff --git a/gcc/config/mips/svr4-t.h b/gcc/config/mips/svr4-t.h new file mode 100644 index 00000000000..db760621a78 --- /dev/null +++ b/gcc/config/mips/svr4-t.h @@ -0,0 +1,12 @@ +/* Definitions of target machine for GNU compiler. Tandem S2 w/ NonStop UX. */ +#include "mips/svr4-5.h" + +/* Use the default value for this. */ +#undef STANDARD_INCLUDE_DIR + +#undef MACHINE_TYPE +#define MACHINE_TYPE "TANDEM System V.4 Mips" + +/* Use the default values in mips.h. */ +#undef MD_STARTFILE_PREFIX +#undef MD_EXEC_PREFIX -- 2.30.2