* [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.0 released
@ 2024-11-13 12:09 Michael Olbrich
2024-11-13 12:48 ` Ian Abbott
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2024-11-13 12:09 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]
Hi,
I'm happy to announce that I've just released OSELAS.Toolchain-2024.11.0.
This is a major release with significant changes. All components of the
primary toolchains have been updated to the latest versions. The highlights
are:
- binutils 2.43.1
- clang 19.1.3
- gcc 14.2
- gdb 15.2
- glibc 2.40
- kernel headers 6.11.6
- rustc 1.82.0
Beyond that, glibc is now built with more hardening features enabled,
specifically --enable-bind-now and --enable-fortify-source.
The debug sections in all target libraries are now zstd compressed. And ld
will use that by default with --compress-debug-sections.
The minimum kernel version that glibc will run on is now v5.15.
Download the release here:
https://public.pengutronix.de/oselas/toolchain/
Debian / Ubuntu Packages will be available at
http://debian.pengutronix.de/
My current plan is to build packages for Debian trixie/sid, bookworm,
and Ubuntu 22.04, 24.04. The packages will show up in the near future.
Enjoy,
Michael Olbrich
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.0 released
2024-11-13 12:09 [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.0 released Michael Olbrich
@ 2024-11-13 12:48 ` Ian Abbott
2024-11-13 13:25 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Ian Abbott @ 2024-11-13 12:48 UTC (permalink / raw)
To: ptxdist
Hi Michael,
On 13/11/2024 12:09, Michael Olbrich wrote:
> Hi,
>
> I'm happy to announce that I've just released OSELAS.Toolchain-2024.11.0.
>
> This is a major release with significant changes. All components of the
> primary toolchains have been updated to the latest versions. The highlights
> are:
> - binutils 2.43.1
> - clang 19.1.3
> - gcc 14.2
> - gdb 15.2
> - glibc 2.40
> - kernel headers 6.11.6
> - rustc 1.82.0
>
> Beyond that, glibc is now built with more hardening features enabled,
> specifically --enable-bind-now and --enable-fortify-source.
>
> The debug sections in all target libraries are now zstd compressed. And ld
> will use that by default with --compress-debug-sections.
>
> The minimum kernel version that glibc will run on is now v5.15.
>
> Download the release here:
> https://public.pengutronix.de/oselas/toolchain/
>
> Debian / Ubuntu Packages will be available at
> http://debian.pengutronix.de/
>
> My current plan is to build packages for Debian trixie/sid, bookworm,
> and Ubuntu 22.04, 24.04. The packages will show up in the near future.
>
> Enjoy,
> Michael Olbrich
>
Thanks for the release. A "nice to have" would have been 64-bit time_t
support in 32-bit libstdc++ to tick off one more box for Y2038 support.
There was some discussion about this earlier this year:
https://lore.ptxdist.org/ptxdist/24f03e42-a9ab-4303-9d0e-3b1ff24e0097@erwinrol.com/
Kind regards,
Ian
--
-=( Ian Abbott <abbotti@mev.co.uk> || MEV Ltd. is a company )=-
-=( registered in England & Wales. Regd. number: 02862268. )=-
-=( Regd. addr.: S11 & 12 Building 67, Europa Business Park, )=-
-=( Bird Hall Lane, STOCKPORT, SK3 0XA, UK. || www.mev.co.uk )=-
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.0 released
2024-11-13 12:48 ` Ian Abbott
@ 2024-11-13 13:25 ` Michael Olbrich
0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2024-11-13 13:25 UTC (permalink / raw)
To: Ian Abbott; +Cc: ptxdist
Hi,
On Wed, Nov 13, 2024 at 12:48:13PM +0000, Ian Abbott wrote:
> On 13/11/2024 12:09, Michael Olbrich wrote:
> > I'm happy to announce that I've just released OSELAS.Toolchain-2024.11.0.
> >
> > This is a major release with significant changes. All components of the
> > primary toolchains have been updated to the latest versions. The highlights
> > are:
> > - binutils 2.43.1
> > - clang 19.1.3
> > - gcc 14.2
> > - gdb 15.2
> > - glibc 2.40
> > - kernel headers 6.11.6
> > - rustc 1.82.0
> >
> > Beyond that, glibc is now built with more hardening features enabled,
> > specifically --enable-bind-now and --enable-fortify-source.
> >
> > The debug sections in all target libraries are now zstd compressed. And ld
> > will use that by default with --compress-debug-sections.
> >
> > The minimum kernel version that glibc will run on is now v5.15.
> >
> > Download the release here:
> > https://public.pengutronix.de/oselas/toolchain/
> >
> > Debian / Ubuntu Packages will be available at
> > http://debian.pengutronix.de/
> >
> > My current plan is to build packages for Debian trixie/sid, bookworm,
> > and Ubuntu 22.04, 24.04. The packages will show up in the near future.
> >
>
> Thanks for the release. A "nice to have" would have been 64-bit time_t
> support in 32-bit libstdc++ to tick off one more box for Y2038 support.
> There was some discussion about this earlier this year:
>
> https://lore.ptxdist.org/ptxdist/24f03e42-a9ab-4303-9d0e-3b1ff24e0097@erwinrol.com/
Arg, I completely forgot about that. Sorry about that. You should have said
something when I wrote about doing a new release last month...
Regards,
Michael
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-13 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-13 12:09 [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.0 released Michael Olbrich
2024-11-13 12:48 ` Ian Abbott
2024-11-13 13:25 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox