diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1993-05-07 21:37:16 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1993-05-07 21:37:16 +0000 |
commit | a857e01bf2460bb0a55cef4e55c5374df7165a55 (patch) | |
tree | abe479d79492af736b857fe8f7c9a2391f0f01d3 /gcc | |
parent | ecf0b4bd0448ce2555ec1e6812eecd8f476f2007 (diff) | |
download | gcc-a857e01bf2460bb0a55cef4e55c5374df7165a55.zip gcc-a857e01bf2460bb0a55cef4e55c5374df7165a55.tar.gz gcc-a857e01bf2460bb0a55cef4e55c5374df7165a55.tar.bz2 |
New t- file for --with-gnu-as
From-SVN: r4380
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/t-mips-gas | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/t-mips-gas b/gcc/config/mips/t-mips-gas new file mode 100644 index 0000000..04c7a6b --- /dev/null +++ b/gcc/config/mips/t-mips-gas @@ -0,0 +1,3 @@ +# Suppress building libgcc1.a, since the MIPS compiler port is complete +# and does not need anything from libgcc1.a. +LIBGCC1 = libgcc1.null |