From: Ian Lance Taylor Date: Mon, 19 Feb 1996 17:45:28 +0000 (+0000) Subject: * configure.host: On Linux, only pass -rpath option if $(libdir) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b61165adc2320861508c3d9913802539ee9173f;p=binutils-gdb.git * configure.host: On Linux, only pass -rpath option if $(libdir) is neither /lib nor /usr/lib. From Alan Modra . --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9978ee36c9a..ef6223b3b00 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.