diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 16:16:50 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 16:16:50 -0800 |
commit | 80901ed81879564eedb79cc92bb563a708fde713 (patch) | |
tree | 8c1b0c4ccefc0dc15d1ab15fff9a1c7933ac313f /gcc | |
parent | eb711c86b329bfa59b2cb1f3c5ec07d1a14f8151 (diff) | |
download | gcc-80901ed81879564eedb79cc92bb563a708fde713.zip gcc-80901ed81879564eedb79cc92bb563a708fde713.tar.gz gcc-80901ed81879564eedb79cc92bb563a708fde713.tar.bz2 |
New file.
From-SVN: r6452
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/svr4-t.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/mips/svr4-t.h b/gcc/config/mips/svr4-t.h new file mode 100644 index 0000000..db76062 --- /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 |