aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.am
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2009-08-20 11:11:34 +0000
committerDave Korn <davek@gcc.gnu.org>2009-08-20 11:11:34 +0000
commit197c68cc978ee36fab09445e9f09a5752f2585f1 (patch)
tree6446715545bbf4f4faafb6ffe1c751e47a437490 /libgfortran/Makefile.am
parent7e9f2c0f33077da3428c2a9df0b768c3f54b7b4b (diff)
downloadgcc-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 'libgfortran/Makefile.am')
-rw-r--r--libgfortran/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am
index 26565a2..35e0a3d 100644
--- a/libgfortran/Makefile.am
+++ b/libgfortran/Makefile.am
@@ -14,7 +14,7 @@ version_arg =
endif
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) \
- -no-undefined
+ -no-undefined -bindir "$(bindir)"
toolexeclib_LTLIBRARIES = libgfortran.la
libgfortran_la_LINK = $(LINK)