- Package:
- src:gcc-avr
- Source:
- src:gcc-avr
- Submitter:
- Gioele Barabucci
- Date:
- 2026-05-27 00:23:02 UTC
- Severity:
- normal
Dear gcc-avr maintainer, the static libraries shipped in the gcc-avr package are build in a non-reproducible way: they embed the creation timestamp. For example: ``` ----------- 0 0 0 20220 2024-10-31 18:22:41.000000 / +---------- 0 0 0 20220 2026-03-01 14:18:59.000000 / ``` These differences can be resolved by using a binutils package compiled with `--enable-deterministic-archives`. Regards,