diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-08-17 13:15:24 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-08-17 13:15:24 +0000 |
commit | 2ad518b5a0606b115a4aa9786603b388c74a255a (patch) | |
tree | 938baf48443b0aa7f0e1dafdc62b2f289edfb984 /configure | |
parent | 2b41ef78c2df9e5fe990703b33ec9813de55e380 (diff) | |
download | newlib-2ad518b5a0606b115a4aa9786603b388c74a255a.zip newlib-2ad518b5a0606b115a4aa9786603b388c74a255a.tar.gz newlib-2ad518b5a0606b115a4aa9786603b388c74a255a.tar.bz2 |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" ;; |