qemu: filter out configure args with predefined macros

Reported-by: a3033406ea (commitcomment-39321758)
Suggested-by: Lucian Cristian <lucian.cristian@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2020-05-21 10:01:08 +08:00
parent a75391575b
commit ba6e5fc393

View file

@ -276,8 +276,8 @@ CONFIGURE_ARGS:=$(filter-out \
--program-prefix=% \
--program-suffix=% \
--exec-prefix=% \
--disable-ipv6 \
--disable-nls \
$(DISABLE_NLS) \
$(DISABLE_IPV6) \
, $(CONFIGURE_ARGS))
# Tell build system of qemu to not add _FORTIFY_SOURCE options and let the base