This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, take 2] Build java as two separate DLLs on windows.


Hello Dave,

* Dave Korn wrote on Mon, Aug 31, 2009 at 09:02:37PM CEST:
> libjava/libltdl/ChangeLog:

> 	* Makefile.am (libltdl_la_LDFLAGS): Remove -bindir switch.
> 	* Makefile.in: Regenerate.

Why is this bit part of this big patch?  It could be a separate patch,
as it is a fixup of your earlier -bindir patch.  And IIUC it's obvious,
too (you are undoing part of an earlier patch of yours).

Thanks,
Ralf

> --- libjava/libltdl/Makefile.am	(revision 151124)
> +++ libjava/libltdl/Makefile.am	(working copy)
> @@ -22,7 +22,7 @@ endif
>  CLEANFILES = libltdl.la libltdlc.la
>  
>  libltdl_la_SOURCES = ltdl.c
> -libltdl_la_LDFLAGS = -no-undefined -bindir "$(bindir)" -version-info 4:1:1
> +libltdl_la_LDFLAGS = -no-undefined -version-info 4:1:1
>  libltdl_la_LIBADD = $(LIBADD_DL)
>  
>  libltdlc_la_SOURCES = ltdl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]