summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-05-01 12:49:25 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2016-05-01 12:49:25 +0200
commitc100769bccf627e9d52eec8d2fae6dea140686d2 (patch)
tree548d64b4c1866ea76e36ae272c7a6eca3263a451 /configure
parentea15a06fe7f3387bba6158cd7687bd0c995ed286 (diff)
downloadgcc-c100769bccf627e9d52eec8d2fae6dea140686d2.tar.gz
re PR bootstrap/70704 (AIX bootstrap comparison failure)
PR bootstrap/70704 * configure.ac (--enable-stage1-checking): Add missing --enable-checking=. * configure: Regenerated. From-SVN: r235692
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3c1e99ae1fe..d17b477f127 100755
--- a/configure
+++ b/configure
@@ -14857,7 +14857,7 @@ else
if test "x$enable_checking" = x && \
test -d ${srcdir}/gcc && \
test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
- stage1_checking=yes,types,extra
+ stage1_checking=--enable-checking=yes,types,extra
fi
else
stage1_checking=--enable-checking=$enable_checking,types