diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-10-16 20:36:39 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-10-16 20:36:39 +0000 |
commit | 82033c9b4165257d6979fcfe4472494fa633f661 (patch) | |
tree | bb40c73253c5d7825e131d6080c6d046b67d14db /configure.ac | |
parent | 5411b26c8f77237afaf3124afe13d9a6bed40ae8 (diff) | |
download | gdb-82033c9b4165257d6979fcfe4472494fa633f661.zip gdb-82033c9b4165257d6979fcfe4472494fa633f661.tar.gz gdb-82033c9b4165257d6979fcfe4472494fa633f661.tar.bz2 |
2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac: Update from GCC.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b5caebb..4c23652 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/*" |