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: Unreviewed build/libgcc, mudflap patches


On 06/27/2011 01:32 PM, Rainer Orth wrote:
	Support libmudflap on Solaris (PR libmudflap/38738)
         http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01446.html

This needs the mudflap maintainer.

Build changes are okay, the rest is pretty obvious.


For pass-stratcliff I'd rather use autoconf tests as you suggested.

There's nothing in the toplevel to support feature tests that enable/disable modules, unfortunately. It's been done in a very ad-hoc way so far, perhaps you can just use "case $target in" (or is it "case $host in"? would it be possible to cross-compile from Solaris 10 to Solaris 11 using Sun tools?).

Paolo


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