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]

Re: intl-compat.c bootstrap failure


* Kaveh R. Ghazi (ghazi@caip.rutgers.edu) [20000605 23:13]:

> But you don't want to just include auto-host.h in lieu of config.h.
> You need to at least include gansidecl.h on top of that to reset
> macros between stage1 and stage2 when going from cc to gcc. Otherwise
> you have to rerun configure at each stage.  We've already got a
> mechanism to avoid that in gansidecl.h and I don't think we should
> rerun configure just for intl.

Thanks for pointing this out. My current patches only make auto-host.h being
included. With this information, I'll change it to just get IN_GCC being
defined and add the necessary -I switches.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h

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