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: PATCH: Fix libcpp configury/portability issue


Gerald Pfeifer <gerald@pfeifer.com> writes:

> Redefinding a macro, that is, #defining a macro which already has been 
> defined, will result in a build failure in later stages of building GCC, 
> so let's #undef said macro before.
>
> Built on i386-unknown-freebsd4.10 with an "interesting" configuration
> in a slightly older tree (since current mainline doesn't bootstrap for 
> completely unreleated reasons).
>
>   2004-10-30  Gerald Pfeifer  <gerald@pfeifer.com>
>
> 	* internal.h (HAVE_ICONV): #undef, before redefining.

Uh, how did you get to that point with HAVE_ICONV defined in the first
place?

zw


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