From 3087f89e32bf994fff15913b0755b275c4c05340 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 18 Aug 2014 09:42:30 -0600 Subject: set MAKEINFOFLAGS --- config/gcc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/gcc.conf') diff --git a/config/gcc.conf b/config/gcc.conf index d1347a48..74c0a6e3 100644 --- a/config/gcc.conf +++ b/config/gcc.conf @@ -56,6 +56,8 @@ fi # Default set of languages to build languages="c,c++,go,fortran,lto" +default_makeflags="MAKEINFOFLAGS=--force" + # For a cross build, we need the target as part of the name for to find the correct. # assembler and linker. We also disable bootstrapping for cross builds if test x"${build}" != x"${target}"; then -- cgit v1.2.3