aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-05 12:41:42 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-06 09:53:24 -0300
commita63189c02136a40e1dc2502a694b8031483daa9f (patch)
treeee107b2fb99568cb7dfaad9f6fe7d019d529f0b8 /configure
parentlinux/sysipc: Include linux/posix_types.h for __kernel_mode_t (diff)
downloadglibc-a63189c02136a40e1dc2502a694b8031483daa9f.tar.gz
glibc-a63189c02136a40e1dc2502a694b8031483daa9f.tar.bz2
glibc-a63189c02136a40e1dc2502a694b8031483daa9f.zip
Remove reference of --without-fp on configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 3b98ec312f..8df47d61f8 100755
--- a/configure
+++ b/configure
@@ -4224,7 +4224,8 @@ mach=
tail=$machine${submachine:+/$submachine}
while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
set $m
- # Prepend the machine's FPU directory unless --without-fp.
+ # Prepend the machine's FPU directory unless the architecture specific
+ # preconfigure disables it.
if test "$libc_cv_with_fp" = yes; then
maybe_fpu=/fpu
else