2007-08-17 Richard Sandiford <richard@codesourcery.com>

Nigel Stephens  <nigel@mips.com>

	* config/mt-sde: New file.
	* configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
	as target_makefile_frag.
	* configure: Regenerate.
This commit is contained in:
Richard Sandiford
2007-08-17 13:15:24 +00:00
parent e9f274335b
commit 429acdec2b
4 changed files with 22 additions and 0 deletions

View File

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