* configure.in: Don't include elf.lo again for ELF targets; it's
authorIan Lance Taylor <ian@airs.com>
Fri, 3 Oct 1997 16:53:51 +0000 (16:53 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 3 Oct 1997 16:53:51 +0000 (16:53 +0000)
always in the library anyhow.
* configure: Rebuild.

bfd/ChangeLog
bfd/configure

index 9f591acff87ec6a99e83c0ff5cbcadaf762a5ad4..3dff3d763d9760d34ddb6f027b639e55ddd85cfa 100644 (file)
@@ -1,5 +1,11 @@
 Fri Oct  3 11:23:47 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.in: Don't include elf.lo again for ELF targets; it's
+       always in the library anyhow.
+       * configure: Rebuild.
+
+       * bfd-in2.h: Rebuild.
+
        * elf32-sparc.c (sparc_elf_wdisp16_reloc): Cast to bfd_byte *, not
        char *, when calling bfd_get_32 and bfd_put_32.
        * sunos.c (sunos_scan_dynamic_symbol): Cast contents to char *
index 23aa399ee25a71270ae16c95152820b0e74fbd17..4ebc8e8dd9427e836e7d0b8134ce0578123f5c3c 100755 (executable)
@@ -2562,7 +2562,7 @@ selarchs="$f"
 # Target backend .o files.
 tb=
 
-elf="elf.lo elflink.lo"
+elf="elflink.lo"
 
 for vec in $selvecs
 do