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 /config.make.in | |
parent | d75a0a62b12c35ee85f786d5f8d155ab39909411 (diff) | |
download | glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.gz glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.tar.bz2 glibc-bdeba1354b7364d9b7857a048286a71ddbcdff86.zip |
Remove --enable-omitfp support
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index d2baf6d3a9..7ee0cfdd6b 100644 --- a/config.make.in +++ b/config.make.in @@ -93,7 +93,6 @@ build-static = @static@ build-shared = @shared@ build-pic-default= @libc_cv_pic_default@ build-profile = @profile@ -build-omitfp = @omitfp@ build-bounded = @bounded@ build-static-nss = @static_nss@ add-ons = @add_ons@ |