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
This commit is contained in:
Jakub Jelinek 2016-05-01 12:49:25 +02:00 committed by Jakub Jelinek
parent ea15a06fe7
commit c100769bcc
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2016-05-01 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/70704
* configure.ac (--enable-stage1-checking): Add missing
--enable-checking=.
* configure: Regenerated.
2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
* config.guess: Revert r235676.

2
configure vendored
View File

@ -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

View File

@ -3537,7 +3537,7 @@ AC_ARG_ENABLE(stage1-checking,
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