aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-11-02 16:58:18 +0000
committerNick Clifton <nickc@redhat.com>2001-11-02 16:58:18 +0000
commit3a9091c4e556853a0229057818972f0141cc4054 (patch)
tree2d265776750b5e60ec9fc93b7e8370a5856128d6 /ld/configure.tgt
parentb8819ab2f8f6c4a8ff4642d7df958486772e7b39 (diff)
downloadgdb-3a9091c4e556853a0229057818972f0141cc4054.zip
gdb-3a9091c4e556853a0229057818972f0141cc4054.tar.gz
gdb-3a9091c4e556853a0229057818972f0141cc4054.tar.bz2
Set targ_emul, targ_extra_emuls as little endian default and to support big endian.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index a320b8d..f54064e 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -229,8 +229,8 @@ h8500-*-hms* | h8500-*-coff*)
targ_extra_emuls="h8500s h8500b h8500m h8500c"
;;
sh-*-linux*)
- targ_emul=shelf_linux
- targ_extra_emuls=shlelf_linux
+ targ_emul=shlelf_linux
+ targ_extra_emuls=shelf_linux
targ_extra_libpath=shelf_linux
;;
sh*eb-*-linux*)