bug in newlib strftime

Paul Eggert eggert@CS.UCLA.EDU
Wed Jan 19 23:38:00 GMT 2005


Eric Blake <ebb9@byu.net> writes:

> Should coreutils add a configure-time check that looks for broken
> strftime(), or should I just wait for a new version of newlib that fixes
> the compliance issues?

The latter is up to you, but if you want the former, you can modify
coreutils "configure" so that HAVE_STRFTIME is not defined, instead of
being defined to 1.  You're already modifying configure, right?  So
this can be added to the list of modifications.



More information about the Newlib mailing list