diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-09-20 20:03:31 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-09-20 20:03:31 +0000 |
commit | 73e9c0cb016e0ad9203092c3110c85f32256078f (patch) | |
tree | c61e877d7f94114fed5056c5670ad19fe2d66d7e /configure.ac | |
parent | cb7b6eb36391061508eeda94ce30c4018ce585f9 (diff) | |
download | gdb-73e9c0cb016e0ad9203092c3110c85f32256078f.tar.gz |
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate.
config/
* mt-mips-elfoabi: New file.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a79abb66bc6..5c5518e2a83 100644 --- a/configure.ac +++ b/configure.ac @@ -1798,6 +1798,9 @@ case "${target}" in mips*-sde-elf*) target_makefile_frag="config/mt-sde" ;; + mipsisa*-*-elfoabi*) + target_makefile_frag="config/mt-mips-elfoabi" + ;; *-*-netware*) target_makefile_frag="config/mt-netware" ;; |