* 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.
This commit is contained in:
Richard Sandiford
2008-08-16 06:47:17 +00:00
parent 9258eca9d4
commit 59c5956905
7 changed files with 25 additions and 6 deletions

3
configure vendored
View File

@@ -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"
;;