diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-07 04:32:05 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-07 04:32:05 +0000 |
commit | 4a428502cb140b785a92e6c213a13a5376ea22e1 (patch) | |
tree | 24810fc0880751e6a943084bf86fd77bff4559ba /ld/configure.tgt | |
parent | d07ed2cd8e0fb5082311ce2ebf8edd090b717009 (diff) | |
download | gdb-4a428502cb140b785a92e6c213a13a5376ea22e1.zip gdb-4a428502cb140b785a92e6c213a13a5376ea22e1.tar.gz gdb-4a428502cb140b785a92e6c213a13a5376ea22e1.tar.bz2 |
* configure.tgt (sh-*-linux*): Added.
* Makefile.am: Added eshelf_linux and eshlelf_linux.
* Makefile.in: Rebuilt.
* emulparams/shelf_linux.sh: New file.
* emulparams/shlelf_linux.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 269d156..63edf67 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -184,6 +184,10 @@ h8500-*-hms* | h8500-*-coff*) targ_emul=h8500 targ_extra_emuls="h8500s h8500b h8500m h8500c" ;; +sh-*-linux*) + targ_emul=shelf_linux + targ_extra_emuls=shlelf_linux + ;; sh-*-elf* | sh-*-rtemself*) targ_emul=shelf targ_extra_emuls="shlelf sh shl" |