diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
commit | b3baf5d0a8293b5f823c0d7848494507edb373fb (patch) | |
tree | a943d01ff94c368a3b62a8af9056968dd505a72c /bfd/config.bfd | |
parent | db144853009a9877505330514aec4e26fc591d1d (diff) | |
download | gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.zip gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.tar.gz gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.tar.bz2 |
Add OpenRISC support
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 780e8c0..168b839 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -696,6 +696,10 @@ case "${targ}" in targ_underscore=yes ;; + openrisc-*-elf) + targ_defvec=bfd_elf32_openrisc_vec + ;; + pdp11-*-*) targ_defvec=pdp11_aout_vec targ_underscore=yes |