This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Living with native compiler bugs
- To: gcc at gcc dot gnu dot org, rl at cs dot tu-berlin dot de
- Subject: Re: Living with native compiler bugs
- From: mike stump <mrs at windriver dot com>
- Date: Thu, 28 Jun 2001 13:41:21 -0700 (PDT)
> Date: Thu, 28 Jun 2001 17:08:47 +0200 (MET DST)
> From: Roman Lechtchinsky <rl@cs.tu-berlin.de>
> To: gcc@gcc.gnu.org
> The other problem is caused by the new target structure which
> replaces the target-specific macros. On the T3E, the standard
> library contains a function with the name `target' which obviously
> leads to a name clash during linking. How should cases like this be
> handled? Should the name of the structure be changed? Is adding
> something like
> #define target t3e_target
> to the target-specific header file acceptable?
This is the standard way to fix problems like this.