diff options
| author | Dave Korn <dave.korn.cygwin@gmail.com> | 2009-08-20 11:11:34 +0000 |
|---|---|---|
| committer | Dave Korn <davek@gcc.gnu.org> | 2009-08-20 11:11:34 +0000 |
| commit | 197c68cc978ee36fab09445e9f09a5752f2585f1 (patch) | |
| tree | 6446715545bbf4f4faafb6ffe1c751e47a437490 /libjava/classpath/ChangeLog | |
| parent | 7e9f2c0f33077da3428c2a9df0b768c3f54b7b4b (diff) | |
| download | gcc-197c68cc978ee36fab09445e9f09a5752f2585f1.zip gcc-197c68cc978ee36fab09445e9f09a5752f2585f1.tar.gz gcc-197c68cc978ee36fab09445e9f09a5752f2585f1.tar.bz2 | |
Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
libgomp/ChangeLog:
* Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
* Makefile.in: Regenerate.
ChangeLog:
* ltmain.sh (func_normal_abspath): New function.
(func_relative_path): Likewise.
(func_mode_help): Document new -bindir option for link mode.
(func_mode_link): Add new -bindir option, and use it to place
output DLL if specified.
libgfortran/ChangeLog:
* Makefile.am (LTLDFLAGS): Add -bindir flag.
* Makefile.in: Regenerate.
libssp/ChangeLog:
* Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
* Makefile.in: Regenerate.
libjava/libltdl/ChangeLog:
* Makefile.am (libltdl_la_LDFLAGS): Add -bindir flag.
* Makefile.in: Regenerate.
libjava/classpath/ChangeLog:
* ltmain.sh (func_normal_abspath): New function.
(func_relative_path): Likewise.
(func_mode_help): Document new -bindir option for link mode.
(func_mode_link): Add new -bindir option, and use it to place
output DLL if specified.
From-SVN: r150960
Diffstat (limited to 'libjava/classpath/ChangeLog')
| -rw-r--r-- | libjava/classpath/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog index 445649a..2aed8a6 100644 --- a/libjava/classpath/ChangeLog +++ b/libjava/classpath/ChangeLog @@ -1,3 +1,11 @@ +2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com> + + * ltmain.sh (func_normal_abspath): New function. + (func_relative_path): Likewise. + (func_mode_help): Document new -bindir option for link mode. + (func_mode_link): Add new -bindir option, and use it to place + output DLL if specified. + 2009-06-29 Andrew Haley <aph@redhat.com> PR java/40590 |
