aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-08-18 09:42:30 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-08-18 09:42:30 -0600
commit3087f89e32bf994fff15913b0755b275c4c05340 (patch)
treed2ef05b716ea26c60f64ef1c249569cfee4a5c42 /config/gcc.conf
parentada166845bca85170531aa28ac8d9528deb4b5d5 (diff)
set MAKEINFOFLAGS
Diffstat (limited to 'config/gcc.conf')
-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