diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:52:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:52:29 -0500 |
commit | 2119dcfaccfa6fabf9e6be15f6d97ad041252ac9 (patch) | |
tree | 59aeb0bf04e9720306dcceb56074697c24116da0 /configure.in | |
parent | 121766a9d6295d1b3f33b2171c3ad234615627c3 (diff) | |
download | glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar.gz glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar.bz2 glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.zip |
Static linking is always needed
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in index fbc8881f51..5fd6d85426 100644 --- a/configure.in +++ b/configure.in @@ -112,16 +112,6 @@ AC_ARG_ENABLE([check-abi], [enable_check_abi=$enableval], [enable_check_abi=no]) -dnl Arguments to enable or disable building the static, shared, profiled, -dnl and -fomit-frame-pointer libraries. -dnl I've disabled this for now since we cannot build glibc without static -dnl libraries built in the moment. -dnl AC_ARG_ENABLE([static], -dnl AC_HELP_STRING([--enable-static], -dnl [build static library @<:@default=yes@:>@]), -dnl [static=$enableval], -dnl [static=yes]) -static=yes AC_ARG_ENABLE([shared], AC_HELP_STRING([--enable-shared], [build shared library @<:@default=yes if GNU ld@:>@]), |