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:
Rich Felker 2016-12-14 12:42:16 -05:00
parent c6ac0f2592
commit c01dea5066
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ endif
MAKE += MULTILIB_OSDIRNAMES=
MAKE += INFO_DEPS= infodir=
MAKE += ac_cv_prog_lex_root=lex.yy.c
MAKE += MAKEINFO=false
FULL_TOOLCHAIN_CONFIG = --enable-languages=c,c++ \
$(GCC_CONFIG_FOR_TARGET) \