diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2011-01-26 03:33:09 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2011-01-26 03:33:09 +0000 |
commit | 214dab66074a734f637c8d2766aa5d215aac46e3 (patch) | |
tree | a7920c42853a217d356905e5502ddfe778b8197e /libffi/ChangeLog | |
parent | bff9926229ee486205f66e0434fecb26846df590 (diff) | |
download | gcc-214dab66074a734f637c8d2766aa5d215aac46e3.zip gcc-214dab66074a734f637c8d2766aa5d215aac46e3.tar.gz gcc-214dab66074a734f637c8d2766aa5d215aac46e3.tar.bz2 |
re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain)
PR target/40125
* configure.ac (AM_LTLDFLAGS): Add -bindir option for windows DLLs.
* configure: Regenerate.
From-SVN: r169272
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index a8438a3..f5db1e4 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,9 @@ +2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com> + + PR target/40125 + * configure.ac (AM_LTLDFLAGS): Add -bindir option for windows DLLs. + * configure: Regenerate. + 2010-12-18 Iain Sandoe <iains@gcc.gnu.org> PR libffi/29152 |