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 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.

-eric


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