- Package:
- src:avr-libc
- Source:
- src:avr-libc
- Submitter:
- Gioele Barabucci
- Date:
- 2026-05-27 00:23:02 UTC
- Severity:
- normal
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,