From 429acdec2b3c85ab9eec2c6dba0f942783b0dc82 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 17 Aug 2007 13:15:24 +0000 Subject: 2007-08-17 Richard Sandiford Nigel Stephens * config/mt-sde: New file. * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde as target_makefile_frag. * configure: Regenerate. --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 7053cb8..efc06ae 100755 --- a/configure +++ b/configure @@ -5224,6 +5224,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" ;; -- cgit v1.1