From 4bf6c438d2117f8473b36b84eb8bd44487631efa Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 17 Aug 2007 13:12:22 +0000 Subject: mt-sde: New file. 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. gcc/ 2007-08-17 Richard Sandiford Nigel Stephens * config/mips/sde.h (DRIVER_SELF_SPECS): Add commas. Treat -mno-data-in-code and -mcode-xonly as aliases for -mcode-readable=no and -mcode-readable=pcrel respectively. * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly. (MULTILIB_OPTIONS): Add -mcode-readable=no multilibs. (MULTILIB_DIRNAMES): Update accordingly. Co-Authored-By: Nigel Stephens From-SVN: r127586 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 7b9cc63..ac3eeb1 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