This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Identifying the EGCS back-end
- To: law at cygnus dot com
- Subject: Re: Identifying the EGCS back-end
- From: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Fri, 6 Nov 1998 00:21:46 +0100
- CC: peter at gerwinski dot de, egcs at cygnus dot com
- References: <6342.910217477@upchuck>
> I'm not sure of one. We have a way to identify when you're building
> soemthing with egcs (version #s), but I don't know of a way to
> identify when you're building gpc inside an egcs tree.
Hmm. Wouldn't that be as simple as putting
#define THIS_IS_EGCS
into config.in, tree.h, or some like place?
Martin