diff options
Diffstat (limited to 'gcc/config/mips/t-svr4-gas')
-rw-r--r-- | gcc/config/mips/t-svr4-gas | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mips/t-svr4-gas b/gcc/config/mips/t-svr4-gas index 845b091ef38..8c4bff8bc41 100644 --- a/gcc/config/mips/t-svr4-gas +++ b/gcc/config/mips/t-svr4-gas @@ -1,8 +1,3 @@ # 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 = |