X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=4c236525014ad3c4815494f8a1311c918494a75b;hb=c59ffcabfe8b416384b9ec8288b77ae44643be4d;hp=b5caebbaf179609a7c8f06311bd09c37b212e1c9;hpb=f4cfb980c32ec19e045930819fe19d3784020076;p=deliverable%2Fbinutils-gdb.git diff --git a/configure.ac b/configure.ac index b5caebbaf1..4c23652501 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/*"