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: move dynamic linker names out of LINK_SPEC and into new DYNAMIC_LINKER


On Fri, Nov 11, 2005 at 09:06:55AM -0800, Eric Christopher wrote:
> 
> On Nov 10, 2005, at 10:43 PM, Mike Frysinger wrote:
> 
> >some linux/freebsd elf targets already do this such as alpha, i386,
> >and ppc.  this patch fixes up a bunch of other linux elf targets to
> >move the path of the dynamic linker out of the LINK_SPEC define and
> >into its own DYNAMIC_LINKER define.
> >
> >this is pretty useful when dealing with adding support for other libcs
> >(like uClibc) where all the other linux/elf settings are OK but we
> >just want to change the dynamic linker path to point to our own.
> >-mike
> ><gcc-trunk-DYNAMIC_LINKER.patch>
> 
> The mips parts are OK. I was thinking you were going to move
> it into it's own spec, but this is fine too.

i could do that if people prefer it, but i found that only one of the 
existing linux targets do this while the rest do the define like in
the patch i posted

doesnt matter to me one way or the other :)
-mike


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