diff options
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 e20034f..5f22967 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 |