]> git.ipfire.org Git - thirdparty/gcc.git/commit - configure
mt-sde: New file.
authorRichard Sandiford <richard@codesourcery.com>
Fri, 17 Aug 2007 13:12:22 +0000 (13:12 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 17 Aug 2007 13:12:22 +0000 (13:12 +0000)
commit4bf6c438d2117f8473b36b84eb8bd44487631efa
tree85348025e1984659c5de01e02a8f9dd3289e02fa
parent000007c53553607813c99368b67c2691bf11eab9
mt-sde: New file.

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.

gcc/
2007-08-17  Richard Sandiford  <richard@codesourcery.com>
    Nigel Stephens  <nigel@mips.com>

* 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 <nigel@mips.com>
From-SVN: r127586
ChangeLog
config/mt-sde [new file with mode: 0644]
configure
configure.ac
gcc/ChangeLog
gcc/config/mips/sde.h
gcc/config/mips/t-sde