Enable deterministic *.a files on binutils

This commit is contained in:
Wildan M 2026-04-17 16:39:01 +07:00
parent 16a116f6ba
commit a44365b9bb
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -22,6 +22,7 @@ fi
COOKBOOK_CONFIGURE_FLAGS+=(
--target="${COOKBOOK_CROSS_GNU_TARGET:-$GNU_TARGET}"
--enable-default-hash-style=gnu
--enable-deterministic-archives
--disable-werror
# --with-system-zlib
)