From afa221dbb61d8b987ee82cd47b3a416ceb711e17 Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Wed, 16 Oct 2013 20:36:39 +0000 Subject: 2013-10-16 Jan-Benedict Glaw * configure.ac: Update from GCC. * configure: Regenerate. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b5caebbaf..4c2365250 100644 --- a/configure.ac +++ b/configure.ac @@ -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/*" -- cgit v1.2.3