diff options
author | Stephen Clarke <stephen.clarke@earthling.net> | 2002-10-09 19:09:59 +0000 |
---|---|---|
committer | Stephen Clarke <stephen.clarke@earthling.net> | 2002-10-09 19:09:59 +0000 |
commit | a2b3c630417d8e4a7513f3e86689ae0767b8bef8 (patch) | |
tree | 2d1d36a0a78feee9883889bd66c1032846db68f7 /ld/configure.tgt | |
parent | f61dfddf2d39c72b66e18861c1959c3ec06aaee8 (diff) | |
download | gdb-a2b3c630417d8e4a7513f3e86689ae0767b8bef8.zip gdb-a2b3c630417d8e4a7513f3e86689ae0767b8bef8.tar.gz gdb-a2b3c630417d8e4a7513f3e86689ae0767b8bef8.tar.bz2 |
* Makefile.am: Add eshelf32_linux.o and
eshlelf32_linux.o, new emulations for sh64 Linux.
* Makefile.in: Regenerate.
* configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
* emulparams/shelf32_linux.sh: New file.
* emulparams/shlelf32_linux.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index f4afabd..48b2c5c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -269,6 +269,13 @@ sh-*-linux*) targ_extra_emuls=shelf_linux targ_extra_libpath=shelf_linux ;; +sh64eb-*-linux*) targ_emul=shelf32_linux + targ_extra_emuls="shlelf32_linux" + ;; +sh64-*-linux*) targ_emul=shlelf32_linux + targ_extra_emuls="shelf32_linux" + targ_extra_libpath=shelf32_linux + ;; sh*eb-*-linux*) targ_emul=shelf_linux ;; |