From 7b61165adc2320861508c3d9913802539ee9173f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 19 Feb 1996 17:45:28 +0000 Subject: [PATCH] * configure.host: On Linux, only pass -rpath option if $(libdir) is neither /lib nor /usr/lib. From Alan Modra . --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9978ee36c9..ef6223b3b0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Mon Feb 19 12:37:41 1996 Ian Lance Taylor + * configure.host: On Linux, only pass -rpath option if $(libdir) + is neither /lib nor /usr/lib. From Alan Modra + . + * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to dt_name. (elf_dt_name): Rename from elf_dt_needed_name.