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] Fix installation of DLLs on PE platforms (win/cyg/ming/ce)


On Wed, 12 Aug 2009, Dave Korn wrote:

> Joseph S. Myers wrote:
> > On Wed, 12 Aug 2009, Dave Korn wrote:
> > 
> >> all path searches needlessly) but instead to install our DLLs to $prefix/bin.
> > 
> > Which we should remember is a preexisting bug in cross toolchains (bug 
> > 40125); whether or not you use the same directory as static libraries for 
> > the target, using the directory for host binaries is wrong in that case.
> > 
> 
>   Can I fix that in a follow-on patch please?  I'll get on to it promptly;
> it's just a matter of deciding what to pass instead of $(bindir) in the makefiles.

Yes, as I said this is preexisting = this patch does not need to fix it 
but should not (and does not) make it harder to fix.

-- 
Joseph S. Myers
joseph@codesourcery.com


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