further suppress generation of info docs
with latest gcc, info files were appearing in the top-level install directory. this seems to make them go away again.
This commit is contained in:
parent
c6ac0f2592
commit
c01dea5066
|
@ -43,6 +43,7 @@ endif
|
||||||
MAKE += MULTILIB_OSDIRNAMES=
|
MAKE += MULTILIB_OSDIRNAMES=
|
||||||
MAKE += INFO_DEPS= infodir=
|
MAKE += INFO_DEPS= infodir=
|
||||||
MAKE += ac_cv_prog_lex_root=lex.yy.c
|
MAKE += ac_cv_prog_lex_root=lex.yy.c
|
||||||
|
MAKE += MAKEINFO=false
|
||||||
|
|
||||||
FULL_TOOLCHAIN_CONFIG = --enable-languages=c,c++ \
|
FULL_TOOLCHAIN_CONFIG = --enable-languages=c,c++ \
|
||||||
$(GCC_CONFIG_FOR_TARGET) \
|
$(GCC_CONFIG_FOR_TARGET) \
|
||||||
|
|
Loading…
Reference in New Issue