aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-10-09 10:26:37 -0700
committerYvan Roux <yvan.roux@linaro.org>2014-10-10 10:38:40 +0200
commitb3014a3cc851e8083905da2afa0fe6a3ea29c647 (patch)
treeded3caad8a08d1761024df8dcf929776d5c1c8df /config/gcc.conf
parent377d4c122e55bfa5c553c39ec294a701a835ae00 (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 501ddde5..3e13e140 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