aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-19 17:45:28 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-19 17:45:28 +0000
commit7b61165adc2320861508c3d9913802539ee9173f (patch)
tree305f41c29f54c985c31747963e4ac059143c3171
parent60a49e7f8ad3085700b8d19c6181bda523293fea (diff)
downloadgdb-7b61165adc2320861508c3d9913802539ee9173f.zip
gdb-7b61165adc2320861508c3d9913802539ee9173f.tar.gz
gdb-7b61165adc2320861508c3d9913802539ee9173f.tar.bz2
* configure.host: On Linux, only pass -rpath option if $(libdir)
is neither /lib nor /usr/lib. From Alan Modra <alan@mullet.Levels.UniSA.Edu.Au>.
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9978ee3..ef6223b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Mon Feb 19 12:37:41 1996 Ian Lance Taylor <ian@cygnus.com>
+ * configure.host: On Linux, only pass -rpath option if $(libdir)
+ is neither /lib nor /usr/lib. From Alan Modra
+ <alan@mullet.Levels.UniSA.Edu.Au>.
+
* elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
dt_name.
(elf_dt_name): Rename from elf_dt_needed_name.