diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2012-02-24 16:17:01 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2012-02-24 16:17:01 +0000 |
commit | 7d78d5a600e1475d2aed1ca81fe6d0687fae0256 (patch) | |
tree | 7e3f906c08edd762b8f0f0e75d4f9b6f06343f82 /libada/ChangeLog | |
parent | 89743f6c30cf306cb21e24a2372fa1bb6eb36230 (diff) | |
download | gcc-7d78d5a600e1475d2aed1ca81fe6d0687fae0256.tar.gz |
Makefile.in (bindir): Import from autoconf and pass down to submake.
libada/ChangeLog:
* Makefile.in (bindir): Import from autoconf and pass down to submake.
gcc/ada/ChangeLog:
* gcc-interface/Makefile.in (WIN_SO_PREFIX [windows targets]): New
Windows-specific make variable.
(WIN_SO_INSTALL_DIR [windows targets]): Likewise.
(install-gnatlib): Respect the above during installation when set,
and also install any windows import library that has been built.
(gnatlib-shared-win32): Use WIN_SO_PREFIX to name output DLL and also
build a corresponding import library.
From-SVN: r184558
Diffstat (limited to 'libada/ChangeLog')
-rw-r--r-- | libada/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog index 9a0db22cf8a..256ccccf016 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2012-02-24 Dave Korn <dave.korn.cygwin@gmail.com> + + * Makefile.in (bindir): Import from autoconf and pass down to submake. + 2012-01-22 Douglas B Rupp <rupp@gnat.com> * configure: Regenerate. |