Re: hacks for cc (GCC) 14.2.1 20240912 + glibc-2.39
Andrew Cagney <[email protected]> Tue, 15 Oct 2024 09:08:04 -0400
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <CAJeAr6tbTcg=BOCV_FF+9F6Q6J=ccxzyeGdabDBYv+KLivWf1Q@mail.gmail.com> |
On Sun, 13 Oct 2024 at 21:21, David H. Gutteridge <[email protected]> wrote: > > On Wed, 9 Oct 2024 at 12:45:34 -0400, Andrew Cagney wrote: > > (It's Fedora 40) > > Trying to build the tip of 10: > > > > strptime() needed _XOPEN_SOURCE > > setenv() needed _POSIX_C_SOURCE > > le32toh() needed _DEFAULT_SOURCE > > bsd_signal() needs _XOPEN_SOURCE but beware of ! (_POSIX_C_SOURCE >= > > 200809L) > > alloca() needed <alloca.h> > [...] > > This was already reported against HEAD and dealt with differently; it > needs to be pulled up. (In summary, _XOPEN_SOURCE isn't considered > viable for a tools build, so workarounds were applied.) > > See https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=58674 thanks, I'll wait for the pullups to come through.