summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-06-11 04:16:49 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-02 15:19:52 -0700
commitf781ef4015504e8a1da649c266584976238aa079 (patch)
treece0e43d899039e60690ce5ca64341ad9c7eedf38 /configure
parent2d4fa81e11abc464b5b1f6417525285e84ff787c (diff)
downloadglibc-f781ef4015504e8a1da649c266584976238aa079.tar.gz
Add --with-default-link configure option.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure
index 20e73409ae..e8ad775e4d 100755
--- a/configure
+++ b/configure
@@ -696,6 +696,7 @@ force_install
bindnow
oldest_abi
enable_check_abi
+use_default_link
with_cvs
with_fp
ac_ct_CXX
@@ -770,6 +771,7 @@ with_selinux
with_xcoff
with_cvs
with_headers
+with_default_link
enable_sanity_checks
enable_check_abi
enable_shared
@@ -1464,6 +1466,7 @@ Optional Packages:
--without-cvs if CVS should not be used
--with-headers=PATH location of system headers to use (for example
/usr/src/linux/include) [default=compiler default]
+ --with-default-link do not use explicit linker scripts [default=no]
--with-tls enable support for TLS
--without-__thread do not use TLS features even when supporting them
--with-cpu=CPU select code for CPU variant
@@ -3581,6 +3584,16 @@ else
fi
+
+
+# Check whether --with-default-link was given.
+if test "${with_default_link+set}" = set; then :
+ withval=$with_default_link; use_default_link=$withval
+else
+ use_default_link=no
+fi
+
+
# Check whether --enable-sanity-checks was given.
if test "${enable_sanity_checks+set}" = set; then :
enableval=$enable_sanity_checks; enable_sanity=$enableval