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: 3.2 PATCH: Major Solaris 2 configuration cleanup


Rainer Orth wrote:-

> This is an updated version of
> 
> 	http://gcc.gnu.org/ml/gcc-patches/2001-05/msg01977.html
> 
> moving Solaris 2 specific target configuration to a common config/sol2.h
> file.  Most of the comments in that message still apply.

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.

See the alpha/ directory for a fully converted target, and
tm.texi for documentation of these macros.

Neil.


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