From 59c59569055f9855760bc6ea699182faf5792ce0 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 16 Aug 2008 06:47:17 +0000 Subject: * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu. * configure: Regenerate. config/ * mt-mips16-compat: New file, taken from mt-mips-elfoabi. * mt-mips-elfoabi: Include mt-mips16-compat. * mt-mips-gnu: New file. --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 797cfcf55..b69f90d70 100755 --- a/configure +++ b/configure @@ -5448,6 +5448,9 @@ case "${target}" in mipsisa*-*-elfoabi*) target_makefile_frag="config/mt-mips-elfoabi" ;; + mips*-*-*linux* | mips*-*-gnu*) + target_makefile_frag="config/mt-mips-gnu" + ;; *-*-netware*) target_makefile_frag="config/mt-netware" ;; -- cgit v1.2.3