diff options
author | Matthias Klose <doko@ubuntu.com> | 2017-01-18 15:48:54 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2017-01-18 15:48:54 +0000 |
commit | 8465132c9b8b8dd9a98f97bbba93b6fd8da1da44 (patch) | |
tree | 7321ae79ac887ea53a92086e26b0dfcf9f9595f1 /libobjc/ChangeLog | |
parent | dfc42f08cec61d355f2e1fc24d37b1300c68dceb (diff) | |
download | gcc-8465132c9b8b8dd9a98f97bbba93b6fd8da1da44.zip gcc-8465132c9b8b8dd9a98f97bbba93b6fd8da1da44.tar.gz gcc-8465132c9b8b8dd9a98f97bbba93b6fd8da1da44.tar.bz2 |
re PR libobjc/78697 (--with-target-bdw-gc-include shouldn't be required to be per multilib)
2017-01-18 Matthias Klose <doko@ubuntu.com>
PR libobjc/78697
* configure.ac: Allow default for --with-target-bdw-gc-include.
* configure: Regenerate.
PR libobjc/78698
* configure.ac: Use the libgc.la file when available.
* configure: Regenerate.
2017-01-18 Matthias Klose <doko@ubuntu.com>
* doc/install.texi: Allow default for --with-target-bdw-gc-include.
From-SVN: r244579
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index c3d1ba2..55987a3 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,13 @@ +2017-01-18 Matthias Klose <doko@ubuntu.com> + + PR libobjc/78697 + * configure.ac: Allow default for --with-target-bdw-gc-include. + * configure: Regenerate. + + PR libobjc/78698 + * configure.ac: Use the libgc.la file when available. + * configure: Regenerate. + 2017-01-17 Jakub Jelinek <jakub@redhat.com> PR other/79046 |