This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 PATCH: Major Solaris 2 configuration cleanup
Neil Booth writes:
> If you're going to do this, would you consider using
> TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead?
> It removes a lot of tedious text mind games from specs and the driver,
> and turns it into a simple bit of C code.
I can certainly do this (at least for {sparc, i386}-*-solaris*
configurations, since I can easily test those; probably for mips-sgi-irix*
too since I'm working on those targets, too), but prefer to leave this for
a separate patch.
> See the alpha/ directory for a fully converted target, and
> tm.texi for documentation of these macros.
Thanks for the pointer.
Rainer