This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Convert a29k to new target CPP builtins
On Fri, May 10, 2002 at 11:06:17PM +0100, Neil Booth wrote:
> Isn't that what I had with TARGET_OS_CPP_BUILTINS? Or are you
> suggesting something extra?
Is it processed like a spec? I.e. can I say:
"-D__NetBSD__ %{posix:-D_POSIX_SOURCE}"
...or does it only work with the static part (i.e. "-D__NetBSD__")?
(I ask because I thought CPP_PREDEFINES only did the static bits, and
I just want to clarify the capabilities of the new thing :-)
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>