* configure.ac (mipsisa*-*-elfoabi*): New stanza.

* configure: Regenerate.

config/
	* mt-mips-elfoabi: New file.
This commit is contained in:
Richard Sandiford
2007-09-20 20:03:31 +00:00
parent 1ceec140c0
commit 2d2e75dd67
5 changed files with 21 additions and 0 deletions

View File

@@ -1798,6 +1798,9 @@ case "${target}" in
mips*-sde-elf*)
target_makefile_frag="config/mt-sde"
;;
mipsisa*-*-elfoabi*)
target_makefile_frag="config/mt-mips-elfoabi"
;;
*-*-netware*)
target_makefile_frag="config/mt-netware"
;;