diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-08 22:50:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-08 22:50:07 +0000 |
commit | 51db370890a1d637175ce846053ca32e3e5a519e (patch) | |
tree | 458fd7fb2d8e363e6f2067212d3686db60fccf71 /bfd/configure | |
parent | 88496bb5c69c7702ab2016f0d1997caf1042cbdb (diff) | |
download | binutils-51db370890a1d637175ce846053ca32e3e5a519e.zip binutils-51db370890a1d637175ce846053ca32e3e5a519e.tar.gz binutils-51db370890a1d637175ce846053ca32e3e5a519e.tar.bz2 |
Generalize DWARF2 and COFF support.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index a06155e..370ef0c 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5899,7 +5899,7 @@ selarchs="$f" # Target backend .o files. tb= -elf="elf.lo elflink.lo dwarf2.lo dwarf1.lo" +elf="elf.lo elflink.lo dwarf1.lo" for vec in $selvecs do |