mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.1 released
@ 2025-03-13  8:47 Michael Olbrich
  2025-03-13 10:36 ` Ian Abbott
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2025-03-13  8:47 UTC (permalink / raw)
  To: ptxdist

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

Hi,

I'm happy to announce that I've just released OSELAS.Toolchain-2024.11.1.

This is a bugfix only release. There are no major update. The relevant
changes are:

 - gcc was updated to the 14-20250308 snapshot release.
 - glibc was updated to 2.40-105-gd8e834236983 in the stable branch.
 - All patches from the binutils stable branches that seemed relevant
   have been cherry-picked.
 - llvm, clang and lld were updated to 19.1.7, the latest 19.1 stable
   release.
 - rustc now actually uses the shared llvm. It accidentally built its own
   llvm before. As a result there where some build failures, because
   rust-lld did not support zstd compression in object files. The shared
   llvm is built with zstd support, so using that fixes this problem.

Download the release here:
https://public.pengutronix.de/oselas/toolchain/

Debian / Ubuntu Packages will be available at
http://debian.pengutronix.de/

For the binary packages, the plan is the same as for the corresponding
major release. They should show up over the next few days.

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.1 released
  2025-03-13  8:47 [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.1 released Michael Olbrich
@ 2025-03-13 10:36 ` Ian Abbott
  2025-03-13 11:37   ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Abbott @ 2025-03-13 10:36 UTC (permalink / raw)
  To: ptxdist

Hi Michael,

On 13/03/2025 08:47, Michael Olbrich wrote:
> Hi,
> 
> I'm happy to announce that I've just released OSELAS.Toolchain-2024.11.1.
> 
> This is a bugfix only release. There are no major update. The relevant
> changes are:

I'm guessing that this won't have the 64-bit time_t support in 32-bit 
libstdc++ since it's a bugfix only release. Is that correct?

Thanks.

-- 
-=( 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.1 released
  2025-03-13 10:36 ` Ian Abbott
@ 2025-03-13 11:37   ` Michael Olbrich
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2025-03-13 11:37 UTC (permalink / raw)
  To: ptxdist

Hi,

On Thu, Mar 13, 2025 at 10:36:25AM +0000, Ian Abbott wrote:
> On 13/03/2025 08:47, Michael Olbrich wrote:
> > I'm happy to announce that I've just released OSELAS.Toolchain-2024.11.1.
> > 
> > This is a bugfix only release. There are no major update. The relevant
> > changes are:
> 
> I'm guessing that this won't have the 64-bit time_t support in 32-bit
> libstdc++ since it's a bugfix only release. Is that correct?

Correct. And to be honest, I'm not sure how I should handle this. I've been
digging some more and there is a lot of code like this:

#ifdef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL
      syscall(SYS_clock_gettime, CLOCK_REALTIME, &tp);
#else
      clock_gettime(CLOCK_REALTIME, &tp);
#endif

And the problem with that is, that -D_TIME_BITS=64 only works correctly if
clock_gettime() is used and not the syscall directly. And I'm not sure how
to guarantee that.
And so far, I've not really found any indication that gcc upstream is
actually working on that in any way.

So I don't know what I will do for the next major release. Just building
with -D_TIME_BITS=64 for the official toolchains is not something that I'm
comfortable with right now.
Maybe an option to enable it and keep it disabled by default? That way, you
could at least build the toolchain with it in a defined way.

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:[~2025-03-13 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-13  8:47 [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2024.11.1 released Michael Olbrich
2025-03-13 10:36 ` Ian Abbott
2025-03-13 11:37   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox