2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>

* configure.ac: Update from GCC.
	* configure: Regenerate.
This commit is contained in:
Jan-Benedict Glaw
2013-10-16 20:36:39 +00:00
parent 340854dda8
commit afa221dbb6
3 changed files with 25 additions and 0 deletions

View File

@ -3301,6 +3301,13 @@ case ${enable_werror} in
esac
AC_SUBST(stage2_werror_flag)
# Enable --enable-host-shared.
AC_ARG_ENABLE(host-shared,
[AS_HELP_STRING([--enable-host-shared],
[build host code as shared libraries])],
[host_shared=$enableval], [host_shared=no])
AC_SUBST(host_shared)
# Specify what files to not compare during bootstrap.
compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"