diff options
Diffstat (limited to 'contrib/gcc/config/mips/t-svr4-gas')
-rw-r--r-- | contrib/gcc/config/mips/t-svr4-gas | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/gcc/config/mips/t-svr4-gas b/contrib/gcc/config/mips/t-svr4-gas new file mode 100644 index 0000000000000..845b091ef3835 --- /dev/null +++ b/contrib/gcc/config/mips/t-svr4-gas @@ -0,0 +1,8 @@ +# Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR +# to point to the svr4 include files. +SYSTEM_HEADER_DIR = /svr4/usr/include + +# Suppress building libgcc1.a, since the MIPS compiler port is complete +# and does not need anything from libgcc1.a. +LIBGCC1 = +CROSS_LIBGCC1 = |