summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-30 16:03:29 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-30 16:03:29 +0000
commitb06155810406513123130e5e2046151a5b6ae890 (patch)
tree7519aa1886eb2e643290279b37c3bbcdd0caf2f2 /config
parenteb3a8e2b53ab2a81847a154d86e84b7e9fff0bb8 (diff)
update/trees: dont hardcode autoconf/bootstrap arg
at present, the bootstrap and configure script is only directly executed for grub, because grub is the only project that uses them in lbmk however, when i start adding linuxboot support, i will have to start building a lot of projects, some of which make use autoconf and bootstrap scripts e.g. ./bootstrap --foo ./configure --bar the "bootstrap" script is often used on GNU programs, because they like to over-engineer absolutely everything Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r--config/grub/target.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/grub/target.cfg b/config/grub/target.cfg
new file mode 100644
index 00000000..8242b1fd
--- /dev/null
+++ b/config/grub/target.cfg
@@ -0,0 +1,2 @@
+bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
+autoconfargs="--with-platform=coreboot"