summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-01-23 11:22:42 -0800
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-01-23 11:22:42 -0800
commite19513b40d3dc9929119ad7b2f17da9b0b1c5670 (patch)
treed0b6a316ed2e254c92e3148f22fc36ae1e29014a /Makefile
parent8931e0344a459d0865dcb60137a269f79604a175 (diff)
Disable maintainer mode in MEE build
To support users without automake/autoconf/m4, disable maintainer mode during the Freedom Metal build to make sure that the autoconf scripts don't try to run automatically. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 120c9a4..6adc317 100644
--- a/Makefile
+++ b/Makefile
@@ -139,6 +139,7 @@ $(BSP_DIR)/build/Makefile:
$(abspath $(MEE_SOURCE_PATH)/configure) \
--host=$(CROSS_COMPILE) \
--prefix=$(abspath $(BSP_DIR)/install) \
+ --disable-maintainer-mode \
--with-preconfigured \
--with-machine-name=$(BOARD) \
--with-machine-header=$(abspath $(MEE_HEADER)) \