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.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e9eea64e81..7353fef3a2 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;; -- cgit v1.2.1