]> sourceware.org Git - glibc.git/commitdiff
Remove reference of --without-fp on configure
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 5 Mar 2020 12:41:42 +0000 (12:41 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 6 Mar 2020 12:53:24 +0000 (09:53 -0300)
configure
configure.ac

index 3b98ec312fc9c8cc605453654a6ca72106ca0185..8df47d61f854f0dcc2caffac8ad2e91d745c7d6b 100755 (executable)
--- 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
index e20034f301fd7d04ab1c4499bfc1eacdb316570c..5f229679a905559caa42e48b04299edaa3a2a776 100644 (file)
@@ -809,7 +809,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
This page took 0.044406 seconds and 5 git commands to generate.