]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
authorJason Thorpe <thorpej@wasabisystems.com>
Fri, 7 Jun 2002 23:35:32 +0000 (23:35 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Fri, 7 Jun 2002 23:35:32 +0000 (23:35 +0000)
* config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
* config/mips/t-netbsd: New file.

From-SVN: r54355

gcc/ChangeLog
gcc/config.gcc

index 550302ac6fba372dbca5c5e64ef36683761eb329..db99dd9fec09164f9b8d96f3e44e8b01c0f68cee 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
+       * config/mips/t-netbsd: New file.
+
 2002-06-07  H.J. Lu  (hjl@gnu.org)
 
        * configure.in: Add --enable-__cxa_atexit.
index 15071a382772e5b989e3cea923d97b973822c742..51ec70771e031b3aa131568678c0bf94279ea279 100644 (file)
@@ -2378,6 +2378,7 @@ mips*-*-netbsd*)                  # NetBSD/mips, either endian.
                tm_file="mips/little.h $tm_file" 
                ;;
        esac
+       tmake_file="${tmake_file} mips/t-netbsd"
        ;;
 mips*-*-linux*)                                # Linux MIPS, either endian.
         tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"