diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-13 18:12:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-13 18:12:58 +0000 |
commit | 6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000 (patch) | |
tree | 020eece80e6c7399d0e629f21b70b02d7e3d22a1 /bfd | |
parent | 8f9acca31762a94d91792b9083971a17d47679a5 (diff) | |
download | gdb-6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000.zip gdb-6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000.tar.gz gdb-6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000.tar.bz2 |
* Makefile.am (libbfd_la_LDFLAGS): Define.
* Makefile.in: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 1 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 33aa709..a6694b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am (libbfd_la_LDFLAGS): Define. + * Makefile.in: Rebuild. + Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com> NetBSD patches from Gordon W. Ross <gwr@mc.com>: diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 48e02fd..7261cc2 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -425,6 +425,7 @@ ofiles: stamp-ofiles ; @true libbfd_la_SOURCES = $(BFD_LIBS_CFILES) libbfd_la_DEPENDENCIES = $(OFILES) ofiles libbfd_la_LIBADD = `cat ofiles` +libbfd_la_LDFLAGS = -release $(VERSION) # libtool will build .libs/libbfd.a. We create libbfd.a in the build # directory so that we don't have to convert all the programs that use diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 9dbb574..df250c2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -493,6 +493,7 @@ OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ libbfd_la_SOURCES = $(BFD_LIBS_CFILES) libbfd_la_DEPENDENCIES = $(OFILES) ofiles libbfd_la_LIBADD = `cat ofiles` +libbfd_la_LDFLAGS = -release $(VERSION) # libtool will build .libs/libbfd.a. We create libbfd.a in the build # directory so that we don't have to convert all the programs that use @@ -530,7 +531,6 @@ libbfd_a_LIBADD = libbfd_a_OBJECTS = LTLIBRARIES = $(lib_LTLIBRARIES) -libbfd_la_LDFLAGS = libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \ corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \ syms.lo targets.lo hash.lo linker.lo elf.lo srec.lo binary.lo tekhex.lo \ |