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 | |
parent | * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused (diff) | |
download | binutils-gdb-82033c9b4165257d6979fcfe4472494fa633f661.tar.gz binutils-gdb-82033c9b4165257d6979fcfe4472494fa633f661.tar.bz2 binutils-gdb-82033c9b4165257d6979fcfe4472494fa633f661.zip |
2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac: Update from GCC.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure index 6ad3c49eaa3..d62285c9067 100755 --- a/configure +++ b/configure @@ -556,6 +556,7 @@ enable_option_checking=no ac_subst_vars='LTLIBOBJS LIBOBJS compare_exclusions +host_shared stage2_werror_flag stage1_checking stage1_cflags @@ -787,6 +788,7 @@ with_build_time_tools enable_maintainer_mode enable_stage1_checking enable_werror +enable_host_shared ' ac_precious_vars='build_alias host_alias @@ -1490,6 +1492,7 @@ Optional Features: choose additional checking for stage1 of the compiler --enable-werror enable -Werror in bootstrap stage2 and later + --enable-host-shared build host code as shared libraries Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -14570,6 +14573,16 @@ case ${enable_werror} in esac +# Enable --enable-host-shared. +# Check whether --enable-host-shared was given. +if test "${enable_host_shared+set}" = set; then : + enableval=$enable_host_shared; host_shared=$enableval +else + host_shared=no +fi + + + # Specify what files to not compare during bootstrap. compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*" |