diff options
author | Dominique d'Humieres <dominiq@lps.ens.fr> | 2015-01-16 21:51:14 +0100 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2015-01-16 12:51:14 -0800 |
commit | 109c4a7c0ab4f2a982a0e7f040d1af1e0294c041 (patch) | |
tree | a111ad7168dad59eb9cada34f08287ece074eb5b /libffi/ChangeLog | |
parent | 6e36114cdf1a41e749e3769ec8181f5c5f965a1e (diff) | |
download | gcc-109c4a7c0ab4f2a982a0e7f040d1af1e0294c041.zip gcc-109c4a7c0ab4f2a982a0e7f040d1af1e0294c041.tar.gz gcc-109c4a7c0ab4f2a982a0e7f040d1af1e0294c041.tar.bz2 |
re PR libffi/64607 (Multilib test stops working in libffi)
PR libffi/64607
* Makefile.am (AM_MAKEFLAGS): Use double quotes on subvariables.
* Makefile.in: Rebuilt.
Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r219772
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 562e538..d96b1a5 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,10 @@ +2015-01-15 Dominique d'Humieres <dominiq@lps.ens.fr> + Richard Henderson <rth@redhat.com> + + PR libffi/64607 + * Makefile.am (AM_MAKEFLAGS): Use double quotes on subvariables. + * Makefile.in: Rebuilt. + 2015-01-15 Richard Henderson <rth@redhat.com> PR libffi/64572 |