From bdeba1354b7364d9b7857a048286a71ddbcdff86 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 11:29:31 -0500 Subject: Remove --enable-omitfp support --- configure | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3