https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117135
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #9)
> I think I should also make configure print a warning for this case to say
> that --enable-clocale=gnu is being ignored.
Or we could make --enable-clocale=gnu actually work for newlib, and change
time_members to conditionally use newlib's _NL_TIME_WD_T_FMT instead of glibc's
_NL_WD_T_FMT.
Anyway, this should be fixed now. Sorry it turned out to be a silly coding
mistake not a target-specific newlib oddity.