From a44365b9bb1d34b89b985ea5a3362c53aabad08b Mon Sep 17 00:00:00 2001 From: Wildan M Date: Fri, 17 Apr 2026 16:39:01 +0700 Subject: [PATCH] Enable deterministic *.a files on binutils --- recipes/dev/binutils-gdb/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/dev/binutils-gdb/recipe.toml b/recipes/dev/binutils-gdb/recipe.toml index 42522086..76c25807 100644 --- a/recipes/dev/binutils-gdb/recipe.toml +++ b/recipes/dev/binutils-gdb/recipe.toml @@ -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 )