From e7c8859c2139c644b2d3506e75ad0c9e368ea2eb 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.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc9ffac..1804731 100644 --- a/configure.ac +++ b/configure.ac @@ -1904,6 +1904,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.1