summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2008-08-16 06:47:17 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2008-08-16 06:47:17 +0000
commite7c8859c2139c644b2d3506e75ad0c9e368ea2eb (patch)
tree9c71120145e0735d3bb6d3046b0525005ea88298 /configure.ac
parent83c265ab8408ecf21deea17f871be0f198366c48 (diff)
downloadbinutils-gdb-e7c8859c2139c644b2d3506e75ad0c9e368ea2eb.tar.gz
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dc9ffacf7c7..1804731774e 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"
;;