This is the mail archive of the gcc@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: Patch to allow strlen expander to fail


I wrote:

> [ freestanding vs hosted execution environment in C ]

> % grep flag_hosted *.c
> c-decl.c:int flag_hosted = 1;
> c-decl.c:      flag_hosted = 1;
> c-decl.c:      flag_hosted = 0;
> 
> That's all, folks !

I probably should go to sleep - flag_hosted == 0 implies flag_no_builtin
- so it should work correctly.  The Linux makefile(s) simply have to
specify -ffreestanding to get this to work correctly.

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://gcc.gnu.org/onlinedocs/g77_news.html

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