#1137731 avr-libc builds non-reproducible static libraries

#1137731#5
Date:
2026-05-27 00:10:28 UTC
From:
To:
Dear avr-libc maintainer,

the static libraries shipped in the avr-libc package are build in a
non-reproducible way: they embed the creation timestamp. For example:

```
-----------   0        0        0      478 2025-01-19 12:00:00.000000 /
+----------   0        0        0      478 2026-03-01 06:24:26.000000 /
```

These differences can be resolved by using a binutils package compiled
with `--enable-deterministic-archives`.

Regards,