From: Adhemerval Zanella Date: Thu, 5 Mar 2020 12:41:42 +0000 (+0000) Subject: Remove reference of --without-fp on configure X-Git-Tag: glibc-2.32~524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63189c02136a40e1dc2502a694b8031483daa9f;p=thirdparty%2Fglibc.git Remove reference of --without-fp on configure --- diff --git a/configure b/configure index 3b98ec312fc..8df47d61f85 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 e20034f301f..5f229679a90 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