aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-10-09 10:26:37 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-10-09 10:26:37 -0700
commitc814804f45c844acb56cdccd1b8fe5731db7d2d6 (patch)
tree13cdf8713a2bc18e86410fba23654184b123e9ef /config/gcc.conf
parente0bc368b05931b0cb735016c0c1fdeddb2d288bc (diff)
add --enable-checking to stage2_flags
Change-Id: I643aba194610e51f931d140e2582f92c6ef736eb
Diffstat (limited to 'config/gcc.conf')
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 79cca1c2..01cb8081 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -149,7 +149,7 @@ if test x"${build}" != x"${target}"; then
else
local sysroot="${local_builds}/sysroot-${target}"
fi
- stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=${sysroot} --enable-languages=${languages}"
+ stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=${sysroot} --enable-languages=${languages} --enable-checking"
# native builds are easy, so build almost everything
else