Subject: Re: Predefined symbols in gcc
To: Paul Mackerras <Paul.Mackerras@cs.anu.edu.au>
From: Chris G. Demetriou <cgd@nobozo.CS.Berkeley.EDU>
List: port-m68k
Date: 12/05/1993 20:02:35
> Can anyone think of a better way?
well, previously, i came up with the 'better way'
of:
#if (MACHINE == hp300)
or whatever, but, thinking about it, *that* won't work, for a couple
of reasons... basically:
MACHINE is a quoted string, anyway, which cpp won't deal with,
and
on the i386/sparc/etc., "i386" is defined to ""...
so that makes that a bit harder, but one can do it in other ways...
i still don't think it's a problem that we want to deal with...
chris
------------------------------------------------------------------------------