diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-09 11:02:08 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-09 11:02:08 +0000 |
commit | d5e884a5a9c1b7de1556e6791373f244dac4884c (patch) | |
tree | d200a7b18269f746486e040dd5f5466496a19422 /libgfortran/Makefile.am | |
parent | de0c4488fdfa38f2c6c01b098b416b8772572e54 (diff) | |
download | gcc-d5e884a5a9c1b7de1556e6791373f244dac4884c.tar.gz |
PR libfortran/40549
* Makefile.in (LTLDFLAGS): Add -no-undefined.
* Makefile.am: Regenerate.
* libgfortran.h: Remove unused block of code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index aaecdb4f11a..26565a2daea 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -13,7 +13,8 @@ else version_arg = endif -LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) +LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) \ + -no-undefined toolexeclib_LTLIBRARIES = libgfortran.la libgfortran_la_LINK = $(LINK) |