diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2007-03-03 20:29:51 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2007-03-03 19:29:51 +0000 |
commit | d89a25810aa0bde4ac18cdf2fb1206480b85592e (patch) | |
tree | c644fb32901cd9ce7de344b63678434a6dc50b01 /libiberty/ChangeLog | |
parent | a82a315b1e0c2ea8f8c787190e6b8256b341bd38 (diff) | |
download | gcc-d89a25810aa0bde4ac18cdf2fb1206480b85592e.tar.gz |
backport: re PR other/16513 (Libiberty doesn't honor the multi-os-directory settings)
Backport from mainline:
2007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
PR other/16513
* Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
Install headers in multilib independent location.
From-SVN: r122512
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ada1d12a069..e09ef0b5f9d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +2007-03-03 Eric Botcazou <ebotcazou@libertysurf.fr> + + Backport from mainline: + 2007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de> + + PR other/16513 + * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR). + Install headers in multilib independent location. + 2006-10-10 Brooks Moses <bmoses@stanford.edu> * Makefile.in: Added "pdf", "libiberty.pdf" target support. |