about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-07 11:29:31 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-07 11:29:31 -0500
commitbdeba1354b7364d9b7857a048286a71ddbcdff86 (patch)
tree0693046c0fed2fe835c83814bd7f98a5075bc920 /configure
parentd75a0a62b12c35ee85f786d5f8d155ab39909411 (diff)
downloadglibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.gz
glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.xz
glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.zip
Remove --enable-omitfp support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index ff680c4e57..9f789efee0 100755
--- a/configure
+++ b/configure
@@ -612,7 +612,6 @@ DEFINES
 nopic_initfini
 static_nss
 bounded
-omitfp
 profile
 libc_cv_pic_default
 shared
@@ -777,7 +776,6 @@ enable_sanity_checks
 enable_check_abi
 enable_shared
 enable_profile
-enable_omitfp
 enable_bounded
 enable_versioning
 enable_oldest_abi
@@ -1427,7 +1425,6 @@ Optional Features:
                           [default=no]
   --enable-shared         build shared library [default=yes if GNU ld & ELF]
   --enable-profile        build profiled library [default=no]
-  --enable-omitfp         build undebuggable optimized library [default=no]
   --enable-bounded        build with runtime bounds checking [default=no]
   --disable-versioning    do not include versioning information in the library
                           objects [default=yes if supported]
@@ -3607,13 +3604,6 @@ else
   profile=no
 fi
 
-# Check whether --enable-omitfp was given.
-if test "${enable_omitfp+set}" = set; then :
-  enableval=$enable_omitfp; omitfp=$enableval
-else
-  omitfp=no
-fi
-
 # Check whether --enable-bounded was given.
 if test "${enable_bounded+set}" = set; then :
   enableval=$enable_bounded; bounded=$enableval
@@ -7984,7 +7974,6 @@ $as_echo "$libc_cv_pic_default" >&6; }
 
 
 
-
 if test "`(cd $srcdir; pwd)`" = "`pwd`"; then
   config_makefile=
 else