diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-23 11:22:42 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-23 11:22:42 -0800 |
commit | e19513b40d3dc9929119ad7b2f17da9b0b1c5670 (patch) | |
tree | d0b6a316ed2e254c92e3148f22fc36ae1e29014a /Makefile | |
parent | 8931e0344a459d0865dcb60137a269f79604a175 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) \ |