From e329b365db03cf77a5f0e3650aebb17e0c68e944 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 21 Jan 2024 05:43:11 +0000 Subject: [PATCH] grub/target.cfg: move --disable-werror i meant to push it in configure args, not bootstrap Signed-off-by: Leah Rowe --- config/grub/target.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/grub/target.cfg b/config/grub/target.cfg index af23ce6c..2aaeb559 100644 --- a/config/grub/target.cfg +++ b/config/grub/target.cfg @@ -1,3 +1,3 @@ -bootstrapargs="--gnulib-srcdir=gnulib/ --no-git --disable-werror" -autoconfargs="--with-platform=coreboot" +bootstrapargs="--gnulib-srcdir=gnulib/ --no-git" +autoconfargs="--with-platform=coreboot --disable-werror" makeargs="FS_PAYLOAD_MODULES=\"\""