make gdb.asm parallel-safe
[deliverable/binutils-gdb.git] / configure.ac
index b5caebbaf179609a7c8f06311bd09c37b212e1c9..4c236525014ad3c4815494f8a1311c918494a75b 100644 (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/*"
This page took 0.025396 seconds and 4 git commands to generate.