[PATCH v2 1/2] Remove reference of --without-fp on configure
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Mar 5 14:01:00 GMT 2020
---
configure | 3 ++-
configure.ac | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index b959d2d988..d0ac26e97e 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
diff --git a/configure.ac b/configure.ac
index 49b900c1ed..325bd6d4d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
--
2.17.1
More information about the Libc-alpha
mailing list