aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/configure')
-rwxr-xr-xgcc-4.9/configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc-4.9/configure b/gcc-4.9/configure
index a7b80ffa0..b209bc951 100755
--- a/gcc-4.9/configure
+++ b/gcc-4.9/configure
@@ -784,6 +784,7 @@ with_build_sysroot
with_debug_prefix_map
with_build_config
enable_vtable_verify
+enable_bionic_libs
enable_serial_configure
with_build_time_tools
enable_maintainer_mode
@@ -1483,6 +1484,7 @@ Optional Features:
--enable-objc-gc enable use of Boehm's garbage collector with the GNU
Objective-C runtime
--enable-vtable-verify Enable vtable verification feature
+ --enable-bionic-libs Use bionic libstdc++ libraries
--enable-serial-[{host,target,build}-]configure
force sequential configuration of sub-packages for
the host, target or build machine, or all
@@ -7221,6 +7223,23 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
$as_echo "$enable_vtable_verify" >&6; }
+# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-bionic-libs" >&5
+$as_echo_n "checking for --enable-bionic-libs... " >&6; }
+# Check whether --enable-bionic-libs was given.
+if test "${enable_bionic_libs+set}" = set; then :
+ enableval=$enable_bionic_libs; case "$enableval" in
+ yes) enable_bionic_libs=yes ;;
+ no) enable_bionic_libs=no ;;
+ *) enable_bionic_libs=no;;
+ esac
+else
+ enable_bionic_libs=no
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_bionic_libs" >&5
+$as_echo "$enable_bionic_libs" >&6; }
+
# Record target_configdirs and the configure arguments for target and
# build configuration in Makefile.
target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`