Patch to allow strlen expander to fail
Toon Moene
toon@moene.indiv.nluug.nl
Tue Mar 7 14:37:00 GMT 2000
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
More information about the Gcc
mailing list