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