Hello all!
It’s been a busy week with a lot of exciting progress made. We’ve managed to land the Go programming language on 32-bit PowerPC! Additionally, another fix has been accepted upstream to the musl libc, and we’ve added more stubs to gcompat for wider compatibility.
Web site
Top 5 referring sites to the Web site:
- 114: Baidu searches
- 114: Google searches
- 55: without-systemd.org
- 22: Reddit
- 17: DuckDuckGo searches
Top 5 pages accessed (and homepage):
- 1006: /
- 218: /about.html
- 108: /announcements/
- 51: /team.html
- 46: /announcements/1.0-BETA2.html
- 43: /about-qa.html
gcompat
Stub functions for mtrace
and muntrace
were added by A. Wilcox (awilfox@) for compatibility with the binary Raspberry Pi tools shipped by the Raspberry Pi Foundation.
libucontext
Bobby Bingham (koorogi) has completely overhauled PowerPC support in libucontext, which has culminated in GCC Go running properly on 32-bit PowerPC.
musl libc
The definition of O_TTY_INIT
in <fcntl.h>
has been accepted upstream.
Packaging
A. Wilcox (awilfox@) updated libucontext with the new PowerPC patches discussed above. They also fixed an issue with APR on 32-bit PowerPC and an issue with X.Org testing on 64-bit ARM.
Kiyoshi Aman (aerdan@) fixed an issue with the dialog package.