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 )