Commit c100769b by Jakub Jelinek Committed by Jakub Jelinek

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
parent ea15a06f
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> 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
* config.guess: Revert r235676. * config.guess: Revert r235676.
......
...@@ -14857,7 +14857,7 @@ else ...@@ -14857,7 +14857,7 @@ else
if test "x$enable_checking" = x && \ if test "x$enable_checking" = x && \
test -d ${srcdir}/gcc && \ test -d ${srcdir}/gcc && \
test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
stage1_checking=yes,types,extra stage1_checking=--enable-checking=yes,types,extra
fi fi
else else
stage1_checking=--enable-checking=$enable_checking,types stage1_checking=--enable-checking=$enable_checking,types
......
...@@ -3537,7 +3537,7 @@ AC_ARG_ENABLE(stage1-checking, ...@@ -3537,7 +3537,7 @@ AC_ARG_ENABLE(stage1-checking,
if test "x$enable_checking" = x && \ if test "x$enable_checking" = x && \
test -d ${srcdir}/gcc && \ test -d ${srcdir}/gcc && \
test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
stage1_checking=yes,types,extra stage1_checking=--enable-checking=yes,types,extra
fi fi
else else
stage1_checking=--enable-checking=$enable_checking,types stage1_checking=--enable-checking=$enable_checking,types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment