aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/gcc.conf2
1 files changed, 2 insertions, 0 deletions
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