diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 11:29:31 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 11:29:31 -0500 |
commit | bdeba1354b7364d9b7857a048286a71ddbcdff86 (patch) | |
tree | 0693046c0fed2fe835c83814bd7f98a5075bc920 /configure.in | |
parent | d75a0a62b12c35ee85f786d5f8d155ab39909411 (diff) | |
download | glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.gz glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.xz glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.zip |
Remove --enable-omitfp support
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index b998c4792c..daf5e15a24 100644 --- a/configure.in +++ b/configure.in @@ -142,11 +142,6 @@ AC_ARG_ENABLE([profile], [build profiled library @<:@default=no@:>@]), [profile=$enableval], [profile=no]) -AC_ARG_ENABLE([omitfp], - AC_HELP_STRING([--enable-omitfp], - [build undebuggable optimized library @<:@default=no@:>@]), - [omitfp=$enableval], - [omitfp=no]) AC_ARG_ENABLE([bounded], AC_HELP_STRING([--enable-bounded], [build with runtime bounds checking @<:@default=no@:>@]), @@ -2367,7 +2362,6 @@ rm -f conftest.*]) AC_SUBST(libc_cv_pic_default) AC_SUBST(profile) -AC_SUBST(omitfp) AC_SUBST(bounded) AC_SUBST(static_nss) AC_SUBST(nopic_initfini) |