summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-01-21 05:43:11 +0000
committerLeah Rowe <leah@libreboot.org>2024-01-21 05:43:11 +0000
commite329b365db03cf77a5f0e3650aebb17e0c68e944 (patch)
tree622ea19b95584fb96864854aaf561d0f733afef3
parentb71d4fd0165d7db9ad595fa8a806add68ba514d5 (diff)
grub/target.cfg: move --disable-werror
i meant to push it in configure args, not bootstrap Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/grub/target.cfg4
1 files 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=\"\""