diff options
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index d9e6c64788b..d1e6d4f94f2 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -31,7 +31,7 @@ version_dep = endif LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) \ - -no-undefined -bindir "$(bindir)" + $(lt_host_flags) toolexeclib_LTLIBRARIES = libgfortran.la toolexeclib_DATA = libgfortran.spec |